Compile Error: Cant Find The Project or Library

saleem

Registered User.
Local time
Today, 11:08
Joined
Dec 31, 2001
Messages
20
I have a module in Access Data Project that convert number into words..this module works fine on one machine but gives error on other. The mssg it gives is:
"Compile Error....Cant find the project or Library"

Pl help me sort this out

Thanks
 
Check (in the code window) Tools - References and see if any of them are displaying MISSING:. If so, make a note of which ones they are, deselect the missing ones, find them on the list then reselect them. Depending on if you are using ADO or DAO will determine where in the priority you order them. I generally have Data Access Objects above ActiveX.

HTH
 

Users who are viewing this thread

Back
Top Bottom