Compile Error: can't find project or library

tinker

Registered User.
Local time
Today, 07:46
Joined
Aug 20, 2001
Messages
25
Hiya,
Ive been asked to email a little database which i never created to an external client. The database works fine on my PC. The database was created in Access 2k but the client has access97 so i converted it to 97. The client gets the error 'Compile Error: can't find project or library', this seems to happen when a command button on a form is clicked that opens a report in preview mode. Is this a problem to do with references.

Can anyone help me please

Thanks
 
Yes. This is a problem with references.

If you ask your client to open the db with the SHIFT key down. Then go to design of any module (or code behind any form) and go to

Tools>>References

A dialog box will appear showing all the references. There will be one or more with checks next to them that alos have the word MISSING: before the reference name. Uncheck these boxes. Restart the application.

Hope this helps.
 

Users who are viewing this thread

Back
Top Bottom