Microsoft Access Method_Db failed

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

Guest

Why do I get an error of "Method CurrentDb of object _application failed
when i try to use wizards in microsoft access on my computer? This works on
other computers, but not on mine
 
Hi.

You may need to re-register your DAO library. Click Windows Start, and then
click Run. To register the DAO 3.6 library located in the default
installation directory, use the following command:

Regsvr32.EXE "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO360.DLL"

If that doesn't fix your wizards, then read the next steps in this KB
article:

http://support.microsoft.com/?id=248790

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.)
 
Thank you; it worked.
D

'69 Camaro said:
Hi.

You may need to re-register your DAO library. Click Windows Start, and then
click Run. To register the DAO 3.6 library located in the default
installation directory, use the following command:

Regsvr32.EXE "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO360.DLL"

If that doesn't fix your wizards, then read the next steps in this KB
article:

http://support.microsoft.com/?id=248790

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.)
 
You're welcome. And thanks for the feedback. I've been giving this advice
for the last six months to others, and you are the first person who has come
back and replied that this method works. I had considered not giving this
advice any more, because apparently it wasn't working. Imagine if you
hadn't gotten the advice? Feedback is very important.

Thanks.

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