Hello all. I have copied an Access2000 DB from one machine to another and I'm now getting a compile error on one of my modules. Here's the offending line:
Dim db As Database
The error tells me "user-defined type not defined".
It would seem to me that I am missing a VB DLL or something similar but I'm not sure where to start looking. Any ideas would be greatly appreciated! Thank you!
Dim db As Database
The error tells me "user-defined type not defined".
It would seem to me that I am missing a VB DLL or something similar but I'm not sure where to start looking. Any ideas would be greatly appreciated! Thank you!