| Thread | Last Post | Replies |
|
| How to modify function | 03 Dec 2005 08:58 GMT | 2 |
This function converts numbers to English dollars and cents. I want to modify this function so that it coverts the numbers to the English equivalent without the dollar and cents tag. i.e. 120 to one hundred and twenty not one hundred twenty dollars and no cents.
|
| Run Time Error | 03 Dec 2005 06:56 GMT | 1 |
I have a database that has a button to quit the database. I also have a button on the menu bar specifically designed for this database which is to quit the database. About half the time when I use either the button on my main menu or the button on the menu bar, I'm getting a ...
|
| Subform controlled by a form's listbox | 03 Dec 2005 04:12 GMT | 1 |
I have a form (Persons) that has a listbox (persons_groups); the list box lists records in a table. The form has a subform (groups_persons); I want the subform to show only the record selected in the parent form's listbox. How can I control what records are shown in a subform ...
|
| Any way of using in VB AllowAdditions for a subform? | 02 Dec 2005 23:56 GMT | 2 |
I want to program a subform so that it can both AllowAdditions and then later not, but still allow editing. The subform is a continuous form. I think this is impossible, but maybe someone knows of a way around it, Please?
|
| Finding Specific days in the year | 02 Dec 2005 23:39 GMT | 2 |
Unfortunately I have no code to show as I have no idea how to best tackle my situation. I am trying to create a schedule, lets say between January 1 and March 31 of 2006. I need to be able to schedule people for each Sturday at one specific
|
| VB Programming in Access | 02 Dec 2005 21:58 GMT | 1 |
I have a VB Module that creates an array of numbers and I would like to know how to dump them into (populate) a table in Access. And also create a new table from the VB Module, hopefully in the background. Any one who has any examples of code I would appreciate suggestions.
|
| How do I set permission on access DB so I can query from internet | 02 Dec 2005 21:00 GMT | 2 |
Using VB in ASP.net, I get an exception when I try to open an access database. How do I stop this. I set the macro security to low so I don't get the open warning in access but I still get the cannot open exception
|
| Cycle through reports and export to XML | 02 Dec 2005 19:31 GMT | 1 |
I was searching on the discussion board for code that would cycle through a databases objects (Reports in particular) and have these reports exported as XML files. I found some code that I thought would accomplish my task. I then modified if to cycle through reports but I keep ...
|
| Comparison a date variable in Jet database sql statement | 02 Dec 2005 18:40 GMT | 7 |
I have the code below: ------ Dim Mydate as date Dim MyTableName as String
|
| Quit & Open | 02 Dec 2005 18:33 GMT | 12 |
Is is posible to Quit from Access and return to the same form ?? of course I tried with the following code but is Not working Private Sub Command4_Click() DoCmd.Quit
|
| Problem with multiple level relations | 02 Dec 2005 18:25 GMT | 3 |
I have a database in which are 4 tables (well, more really but only 4 that concern this question). Tables: Project Info (data is user modifiable)
|
| How to create a function | 02 Dec 2005 17:09 GMT | 4 |
I copied this function's code from a MSDN sample and it worked in report. But it does not work when I use it in query. Can someone help me modify it? Thanks in advance. The purpose of the function is to mark a record that is out of sequence with
|
| Insure File Creation | 02 Dec 2005 17:03 GMT | 5 |
I have a report creating a pdf file by printing to an Adobe pdf driver. How can do you insure that the file has been created before renaming it? My current code: open report
|
| Save record | 02 Dec 2005 15:51 GMT | 1 |
How can I save a record on a hidden form? The hidden form has an attached table and is in single record view. One of the fields on the form is updated using VBA on the active form. I want to then save the changes to the activ record in the hidden form.
|
| Impletementing this ms fax code | 02 Dec 2005 14:56 GMT | 1 |
I found the following code Sub SwitchPrinter() Dim strActivePrinter As String ' Get active printer.
|