Method 'CurrentDb' of object '_Application' failed

message from KramarDanIkabu on 12 May 2004
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.
 
Arvin Meyer replied to KramarDanIkabu on 13 May 2004
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.
 

Archived message: Method 'CurrentDb' of object '_Application' failed (Microsoft Access Forms)