What does Error loading DLL mean in access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I click on a button In microsoft Access I get an error message that
appears to be related to a 'DLL' of some sort. Does anybody know what this
means and how I can resolve this issue.
 
Moglione1 said:
When I click on a button In microsoft Access I get an error message that
appears to be related to a 'DLL' of some sort. Does anybody know what this
means and how I can resolve this issue.

DLL files are "Dynamic Linked Libraries" - they contain the actual
executable program code which constitutes the Access program.

There are two possibilities; you may have a missing or broken Reference. To
see if you do, open the VBA editor by typing Ctrl-G and select Tools...
References from the menu. If one is marked MISSING uncheck it, recheck it,
close and open Access and see if it succeeds in relinking the library.

Or... you might have a damaged installation of Access. It may be necessary
to reinstall Access from the CD.

John W. Vinson/MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top