Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

user-defined type not defined ?

Status
Not open for further replies.

OldSlowDog

Programmer
Mar 11, 2002
36
US
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top