Access database | dao360.dll missing

First click start –> run

Enter
regsvr32 \”c:\\program files\\common files\\microsoft shared\\dao\\dao360.dll
and click ok

Now open the access database
Go into the Design option for any form of your database
Now right click and build event, code – this open the VB code window

Click Debug –> Compile

If you get an error then
Click tools –> Reference

search for c:\\program files\\common files\\microsoft shared\\dao\\
dao360.dll double click on it
then click the check box

Click Debug –> Compile

Now try the action which caused the original error

Scroll to Top