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