Recently upgrated to 2000 and started a new project. When trying to dimension a variable as a database object, the message, "User-defined type not defined", appeared. It occurred on this simple code:
Dim dbs As Database
It is referring to the word "Database". As I typed the Dim statement, I...