"User-Defined Type Not Defined"

K

Kevin Sprinkel

I imported objects from an existing database in order to
begin modifying the application while retaining a copy of
the old.

On opening the Switchboard form, I received the subject
error on line:

Dim dbs As Database

I think it's a Reference problem; but don't remember how
to resolve it.

Thanks.
Kevin Sprinkel
 
J

Jeff Conrad

Hi Kevin,

Add a reference (in VB Editor, click Tools -> References...) to
Microsoft DAO 3.6 Object Library.

Compile the database as well to see if there are any errors.

Jeff Conrad
Bend, Oregon
 
J

Jeff Conrad

Wow, two for two today!
Time to go buy a lottery ticket.

Jeff Conrad
Bend, Oregon
 

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