Paul Wagner
Registered User.
- Local time
- Today, 08:04
- Joined
- May 18, 2004
- Messages
- 48
I copied over tables, forms, reports, etc from another older database into a conversion database.
A module that uses this construct in the old database...
Dim db As Database
Set db = CurrentDb
...generates "User type not defined" in the new database. Why?
Thanks, Paul
A module that uses this construct in the old database...
Dim db As Database
Set db = CurrentDb
...generates "User type not defined" in the new database. Why?
Thanks, Paul