S
S Jackson
Whenever I try to type this:
Dim db As Database
Database is not in the list of choices. The library references I have
listed are:
Visual Basic for Applications
Microsoft Access 9.0 Object Library
OLE Automation
Microsoft ActiveX Data Objects 2.1 Library
Are these the references that are set by default when Access is installed?
Obviously, I am missing a needed reference library, no? What library? I
have two MS DAO libraries: DAO 3.51 and DAO 3.6. Is it one of these that I
need a reference to?
If I add a reference to one of these libraries in order to use the Dim db As
Database, does that mean other users with a copy of the db will need to set
that reference too in order for the code to work? How can I avoid this?
Other users will be spread across the state and I do not have access to
their computers.
TIA
S Jackson
Dim db As Database
Database is not in the list of choices. The library references I have
listed are:
Visual Basic for Applications
Microsoft Access 9.0 Object Library
OLE Automation
Microsoft ActiveX Data Objects 2.1 Library
Are these the references that are set by default when Access is installed?
Obviously, I am missing a needed reference library, no? What library? I
have two MS DAO libraries: DAO 3.51 and DAO 3.6. Is it one of these that I
need a reference to?
If I add a reference to one of these libraries in order to use the Dim db As
Database, does that mean other users with a copy of the db will need to set
that reference too in order for the code to work? How can I avoid this?
Other users will be spread across the state and I do not have access to
their computers.
TIA
S Jackson