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 noticed the drop-down did not list "database" as a possible object type. Strange. I have used this code before. A previous application done in Access 97 lists "Database" as an object and runs with no problem.
What causes this and how do I get "database" as an object back?
StephenS
Dim dbs As Database
It is referring to the word "Database". As I typed the Dim statement, I noticed the drop-down did not list "database" as a possible object type. Strange. I have used this code before. A previous application done in Access 97 lists "Database" as an object and runs with no problem.
What causes this and how do I get "database" as an object back?
StephenS