OldSlowDog
Programmer
I am building a new mdb using Access 2000 in windows 2000 Pro environment. when I access the database in the modules, I used to code:
Dim db As Database
Dim rstUser As Recordset
and now I am getting an error:
Compile error
user-defined type not defined
Is there anything I can do to continue to code in the old style.
Please help!
Dim db As Database
Dim rstUser As Recordset
and now I am getting an error:
Compile error
user-defined type not defined
Is there anything I can do to continue to code in the old style.
Please help!