Compile Error:

DT

Registered User.
Local time
Today, 07:12
Joined
Oct 23, 2000
Messages
83
I am trying to import one (1) database into another (2). When I try to open the form in database (2), I keep getting this:

Compile Error:
Can't find project or library

I have looked at the help file and can't figure out what is wrong. If I import (1) into an new empty database it works fine.

Please HELP!
 
Have you checked your references in the second database?

If you are using DAO objects in code you may need to add the Microsoft DAO(3.6) library.

Hope this helps

Duane Barker
 
I had the same problem and the reference was deselected access is weird that way
 
Jman,

I have looked and it looks like everything is referenced. I am new at this, so I am sure it's something simple (I'm hoping).
 
This is a shot in the dark, but do you have any modules that are missing in the new database?

Duane Barker
 
duane,

all modules are there...
 
Try creating a copy of your second database by importing all the objects into a new one and then try importing the first into the new second.
 

Users who are viewing this thread

Back
Top Bottom