Can't find project or library

  • Thread starter Thread starter Box666
  • Start date Start date
B

Box666

I have saved my database and sent it to a friend, but when they try to
open it they get the above error message. Is there a second file I
should have sent as well as the "MDB" file. (both using the same
version of access.

Bob
 
Try opening the database and go to VBA window. In the menubar look under
Tools-References. In the dialog you'll see the is probably a reference
missing. This will be indicated with the word "MISSING". Find it in the list.
check the checkbox in front of it an recompile the project.

Remember if you've used ADO and DAO in your project specific references
should reference specific library meaning

ADODB.Recordset
or
DAO.recordset

Maurice
 
Back
Top