Microsoft Office Access 2003

solution

Reason 1: DAO is not registered correctly.

solution

1. On a computer running Microsoft Windows Terminal Server or with Microsoft Access installed, click Start, and then click Run.

2. Type regsvr32, followed by the path of the DAO file. Enclose the path in quotation marks. For example, to register the DAO 3.6 library, use the following command:

regsvr 32 " C:\ Program Files \ Common Files \ Microsoft Shared \ DAO \ DAO 360。 DLL "

How to prompt an error? Open the directory c: \ program files \ common files \ Microsoft shared \ to see if there is a folder named DAO, and you have not created a folder named DAO yourself.

Then, you should be able to find a file named dao360.dll in your office installation CD through the computer search function. He should use the computer to search in the word directory named files in your office installation CD, and then return to the folder named DAO just created.

Run regsvr32 "c: \ program files \ common files \ Microsoft shared \ Dao \ dao360.dll again in the start menu, and you will be prompted to import the registry successfully. Open access again to see if the wizard appears. As long as you follow the above method, it should be no problem, and I have successfully tested it myself.

Reason 2: One or more references are missing.

solution

1. Open the database that received the error message.

2. press Alt+F 1 1 to open the Microsoft Visual Basic editor.

3. In the Visual Basic editor, click Reference on the Tools menu.

4. Check the list of libraries. If any items are marked as "missing", please find this library file and re-associate the reference. Alternatively, click to clear the check box next to the library name.

Reason 3: There is an invalid utility database reference.

solution

1. Open the database that received the error message.

2. press Alt+F 1 1 to open the Visual Basic editor.

3. In the Visual Basic editor, click Reference on the Tools menu.

4. Click to clear the check box next to any reference to the utility database or Utility.mda

Reason 4: You don't have the necessary permissions for the required library.

solution

"Please make sure that the user has read permission to all files in the following folder: operating system.

-

Windows NT、2000、XP

Windows 95、98、Me

"If read permission cannot be granted, you can use a utility such as FileMon to determine which file or files the user does not have the necessary permissions to use. To get FileMon, please visit the following Sysinternals website:

Sysinternals()

Reason 5: The wizard file is corrupted.

solution

1. Use Windows Explorer to find the following wizard files: Acwzmain.mde, Acwztool.mde and Acwzlib.mde

2. Change the file extension of each file to "Old". For example, change Acwzmain.mde to Acwzmain.old

3. Please reinstall Access to restore these files.