Compilation error

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top