"User-Defined Type Not Defined"

  • Thread starter Thread starter Kevin Sprinkel
  • Start date Start date
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
 
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
 
Back
Top