G
Guest
Hello,
How are you today?
Converting my database to an access project.
Dim db As Database
threw an error, so I changed this to:
Dim db As ADODB.Connection
However, now getting an error message when I compile:
User-defined type not defined
Any idea why this might be occuring?
How are you today?
Converting my database to an access project.
Dim db As Database
threw an error, so I changed this to:
Dim db As ADODB.Connection
However, now getting an error message when I compile:
User-defined type not defined
Any idea why this might be occuring?