I just recently upgraded from Access 97 to Access 2002. I have code in my old databases that I'm trying to use in Access 2002.
The line that is creating a problem is:
Dim db as database
When I compile the module I get the Compile Error User Defined Type Not Defined.
Why is this? I use this quite a bit.
Appreciate any help
The line that is creating a problem is:
Dim db as database
When I compile the module I get the Compile Error User Defined Type Not Defined.
Why is this? I use this quite a bit.
Appreciate any help