J
JoeMarfice
Guest
Database as User-Defined Type
Ick!
I haven't programmed in Access for a LONG time, and I'm feeling foolish.
When I use the following declaration:
Dim db As Database
I receive the following error message:
Compile error
User-defined type not defined.
What is going on here? Obviously, Database is not a user-defined type.
Ick!
I haven't programmed in Access for a LONG time, and I'm feeling foolish.
When I use the following declaration:
Dim db As Database
I receive the following error message:
Compile error
User-defined type not defined.
What is going on here? Obviously, Database is not a user-defined type.