| Thread | Last Post | Replies |
|
| Copy Database | 02 May 2005 21:37 GMT | 3 |
Does someone know of an easy way to have a command button copying a database to a floppy disk? Thanks. JF
|
| Preferred reading, writing and looping code | 02 May 2005 19:11 GMT | 3 |
I have remedial VBA skills and I think I could limp my way thru this cutting and pasting some old code but I would like to know the "preferred" way to accomplish this. I've got MyForm with (2) unbound text boxes plus I have (2) tables; JobTable
|
| Syntax Operator Problem | 02 May 2005 18:11 GMT | 3 |
this is one of them small problems that i can just never figure out. The following code should simply open the report where the values are equal. I can find them manually so i know they are deffinately linked correctly however i think its a problem with the various operators to ...
|
| UnHide All the Database Objects | 02 May 2005 16:49 GMT | 2 |
Does anyone know code to unhide all the hidden objects in the database? 1. I am going to run the Analyser/Documenter for all the objects in my database. 2. However, Only the objects that are not hidden are available for selection
|
| Choosing working days | 02 May 2005 16:46 GMT | 3 |
I have a table that stores information as follows: Field1 Field2 Field3 a1 01/01/2005 3 a1 02/01/2005 8
|
| Form Compatiblity issues | 02 May 2005 15:20 GMT | 1 |
I have two forms that I need to work closely together. The first form is the search application form. You search through application records based upon an applicants full name. If you search for a name not found in the database your asked if you would like to add applicant. ...
|
| Compile Error User defined type not defined | 02 May 2005 11:47 GMT | 2 |
This works fine in Access 97: Dim db As Database But in Access 2002 I get an error: Compile Error User defined type not defined.
|
| how to use FPT? | 02 May 2005 01:29 GMT | 1 |
|
| Access 2000: Version comparison | 01 May 2005 23:40 GMT | 9 |
I'll do my best to explain my dilema. I'm using Access 2000. In this database, there is one table with about 150 columns of information, and 206 rows. There are numerous queries and reports. I've set up input forms for staff to enter data easily. There are
|
| Compile error: Argument not optional | 01 May 2005 11:54 GMT | 2 |
Im trying to run and sql statement: DoCmd.SetWarnings = False DoCmd.RunSQL ("update AdditionalServiceRequests set request1 = 0 WHERE AdditionalServiceRequests.AdditionalServicesID= " &
|
| Update SQL Statement using ADO Execute command | 01 May 2005 11:50 GMT | 4 |
I am trying to set the value of a True/False field to False using the following code and I keep getting a 'Syntax Error in UPDATE Statement' message. strSQL = "UPDATE tbl_Versions SET Current = 0 WHERE VersionIndex=" & loldver
|
| Multiple choice | 01 May 2005 05:45 GMT | 1 |
I am designing a database supporting survey questionnaire. Some of my questions are multiple choices. I am noticed that if each option is corresponded to a field in a table then, my table might up to more than 200 fields.
|