Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error with msadox.dll

Status
Not open for further replies.

Mungovan

Programmer
Oct 24, 2002
94
IE
Hi,

We have a database used by multiple users residing on a server. When one of the users tries to open the database on her machine she gets the following error:

"Your Microsoft Access database or project contains a missing or broken reference to the file 'msadox.dll' version 6.0 "

Any ideas on the cause or solution?

Cheers,
D
 
open the visual basic editor and choose tools > references.
that person is missing a reference to that particular dll. You may have to add it to her machine and then create the reference.
 
Thanks, I ended up switching off the reference in the code section and it seemed to work.
D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top