Error 3033 mdb 2007

When I copy a database from one computer to another, reopen the database .mdb file, the error message came out:” You do not have the necessary permissions to use the ‘E:\database.mdb’ object. have your system administrator or the person who created this object establish the appropriate permissions for you.
Google it found one solutioin:

Its target would look like:
“path to 2007 msaccess.exe” “path to mdb” /wrkgrp “path to secure mdw”
eg

“C:\Program Files\Microsoft Office\Office12\MSACCESS.EXE” “E:\_Clients\Royal Taxis Live 2010\Royal Taxi Live 2010-backup.mdb”/wrkgrp “E:\_Clients\Royal Taxis Live 2010\Secured.mdw”

This problem is caused by:This behavior occurs if you install “Typing Tutor Deluxe” by Global Software Publishing.

Resolution:

To resolve this behavior, use the Workgroup Administrator tool to rejoin the original default workgroup information file. To do this, you can use one of the following methods. The method that you use depends on your version of Access.
Back to the top
Office Access 2007
To use the Workgroup Administrator tool in Microsoft Office Access 2007, use Microsoft Visual Basic code. To do this, use one of the following methods.
Method 1: Run the Visual Basic code in the Immediate window
In Access 2007, open a trusted database, or enable macros in the existing database.
Press CTRL+G to open the Immediate window.
Type the following line of code, and then press ENTER.
DoCmd.RunCommand acCmdWorkgroupAdministrator

In the Workgroup Administrator dialog box, click Join, and then click Browse.
Locate and then click the following file, and then click Open:
C:\Program Files\Common Files\system\System.mdw
In the Workgroup Administrator dialog box, click OK, and then click Exit.
Method 2: Create a module that contains the Visual Basic code
In Access 2007, open a trusted database, or enable macros in the existing database.
On the Create tab, click Macro in the Other group, and then click Module.
Create a subroutine, and then paste the following Visual Basic code in the subroutine.
DoCmd.RunCommand acCmdWorkgroupAdministrator

Press F5 to run the code.
In the Workgroup Administrator dialog box, click Join, and then click Browse.
Locate and then click the following file, and then click Open:
C:\Program Files\Common Files\system\System.mdw
In the Workgroup Administrator dialog box, click OK, and then click Exit.
Back to the top
Office Access 2003
Start Office Access 2003.
Click Tools, point to Security, and then click Workgroup Administrator.
Click Join, click Browse, browse to C:\Documents and Settings\your user name\Application Data\Microsoft\Access\System.mdw
, and then click OK.
In the Workgroup Administrator dialog box, click OK.
In the Workgroup Administrator dialog box, click OK.

Note The Workgroup Administrator dialog box in step 5 is a different dialog box than the dialog box in step 4. Both dialog boxes have the same name.
Back to the top
Access 2002
Start Access.
Click Tools, point to Security, and then click Workgroup Administrator.
In the Workgroup Administrator dialog box, click Join, click Browse, browse to C:\Documents and Settings\your user name\Application Data\Microsoft\Access\System.mdw, and then click OK
In the Workgroup Administrator dialog box, click OK, and then click Exit.
Back to the top
Access 2000
Click Start, and then click Search.
In the Search Results dialog box, click All files and folders under What do you want to search for.
Type Wrkgadm.exe under All or part of the file name, and then click Search.
In the Search Results dialog box, double-click WRKGADM.
In the Workgroup Administrator dialog box, click Join, click Browse, browse to C:\Program Files\Common Files\system\System.mdw, and then click OK.
In the Workgroup Administrator dialog box, click OK, and then click Exit.

After solved this problem,another stranger problem came out:
missing directanimation library
solution:
database tools, visual basic: tools, references, tip off: missing: directAnimation library.
Detail:
MISSING: DirectAnimation Library
Location: C:\WINDOWS\system32\danim.dll
Language: Standard

Download the danim.dll here

You may also like...