error in loading dll

M

MikeK

When I am trying to create a report in Access 2003, I get the following
message: error in creating dll. Can anyone give me help with this?
 
6

'69 Camaro

Hi, Mike.

While logged in as the Windows Administrator, 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 (otherwise, just replace the path with your own), then
use the following command for the DAO library (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/mdac/downloads/default.aspx

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.
 
Top