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