Hi, Keith.
it read - Compiler error and underneath "Error on loading DLL"
Ensure that the DAO and MSADO libraries are properly registered. To do so,
click the Windows Start button, and then click Run. If your DAO and MSADO
libraries are installed in the default directories, then use the following
command for the DAO library (otherwise, just replace the paths with your own
-- note this is all one line):
Regsvr32.EXE "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO360.DLL"
Use the following command for the MSADO library (this is all one line):
Regsvr32.EXE "C:\Program Files\Common Files\system\ado\Msado15.dll"
If this doesn't help, then download and install the latest version of MDAC:
http://msdn.microsoft.com/data/downloads/updates/default.aspx#MDAC
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.