What does this error message mean?

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

Guest

Hi,

I am using Access 2003 and often time I need using find duplicates query
wizard. It has worked fine for me until recently an error message come out
every time when I open up "find duplicates query wizard". Msg as below:

Method'CurrentDb' of 'object '_Application' failed

It is not only one Access file has such error message but every Access file
in my computer. Does anyone know how to fix it?

Thanks in advance.
 
Hi Frank,

Try re-registering your DAO360.dll file, using the Regsvr32 utility. Click
on Start > Run. Type in Regsvr32 along with the full path to this file. I'd
have all other applications closed while doing this. For example:

Regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\dao360.dll"

is the appropriate command on my PC. Note the quotes around the path, since
the path includes spaces. You need to verify the correct path on your PC.


Tom

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
 
Tom, it works well, thanks a lot!

Tom Wickerath said:
Hi Frank,

Try re-registering your DAO360.dll file, using the Regsvr32 utility. Click
on Start > Run. Type in Regsvr32 along with the full path to this file. I'd
have all other applications closed while doing this. For example:

Regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\dao360.dll"

is the appropriate command on my PC. Note the quotes around the path, since
the path includes spaces. You need to verify the correct path on your PC.


Tom

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
 
Back
Top