Method 'CurrentDb' of object '_Application' failed

  • Thread starter Thread starter KramarDanIkabu
  • Start date Start date
K

KramarDanIkabu

Yeah, whenever I try to create a form using a wizard I
get this error, does anybody know what this means and if
so please send me the answer.
 
KramarDanIkabu said:
Yeah, whenever I try to create a form using a wizard I
get this error, does anybody know what this means and if
so please send me the answer.

Most likely caused by not having a DAO reference set. Go to any code screen,
choose Tools, then References, then check the Microsoft Data Access Objects
item for the version you are using. If the problem persists you'll need to
re-register DAO. Do that by going to Start, then Run, then typing:

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

assuming your version is Access 2000 or later. Then click OK and you should
get a "Success" message back if everything worked OK.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top