| Thread | Last Post | Replies |
|
| Trouble removing Class Object from Code Editor in Access | 30 Jun 2003 20:33 GMT | 1 |
I have been getting errors with a class object in the code editor in Access 2000. Tons of memory errors and others too. So I deleted my report and removed all references to it. Now I'm trying to delete the VB code that was
|
| File Location | 30 Jun 2003 20:21 GMT | 1 |
I am trying to create a button that find the file location of the Access database that I am working in and then names that as a string. The location I am looking for is the location that you get if you go to File>Database
|
| Quick Question - acOpenForm | 30 Jun 2003 16:12 GMT | 1 |
When I want to add a record by opening a form with one or more of the fields taken from a field on the first form how do I do that? e.g. When the user clicks on the New Appt button on frmPt it should open frmAppt for an
|
| Invalid use of object with .Find method?? | 30 Jun 2003 15:48 GMT | 1 |
Using ADO in Access97, I'm trying to use the .Find method on a recordset. The recordset was opened with adOpenStatic and adLockReadOnly. My code won't run, it keeps telling me "invalid use of object", and highlights the "rcs.Find"
|
| computer name | 30 Jun 2003 11:21 GMT | 3 |
I need to get the computer name (the one one can see in the network identification tab) using VBA. Is that possible? TIA,
|
| Stop Multiple Instances Of Program | 30 Jun 2003 00:31 GMT | 1 |
I wrote a program and the customer keeps loading multiple instances of my program on the same machine. Is there a way to see if multiple instances of the same program is trying to be loaded and keep them from doing this?
|
| Viewing HTML preview on a form | 28 Jun 2003 23:38 GMT | 1 |
I have a memo field on a form that contains HTML, what I want to do, at a click of a button show the contents in a preview window maybe MS explorer or Netscape. Can anybody help?
|
| type database doesn't exist? | 28 Jun 2003 20:45 GMT | 3 |
I've got problems in declaring a variable in Access 2002 (part of Office XP) as "Database" There is plenty of sample code in the help with Database as type but it produces a compiler-error (and also it
|