System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
When you run Microsoft Access 2000 or a later version, you are prompted for a username and for a password. This behavior occurs even though you do not turn on security or set up security. You are prompted for a username and
for a password for every database. This includes even a brand new database.
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.
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.
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.
When you install "Typing Tutor Deluxe," your workgroup security for Access is reset to point to a workgroup
information file that is created for "Typing Tutor Deluxe."
For more information about "Typing Tutor
Deluxe," visit the following Global Software Publishing Web site:
For more information about another possible cause for this behavior, click the following article number to view the article in the Microsoft Knowledge Base:
815278
(http://support.microsoft.com/kb/815278/
)
How to troubleshoot the User Authentication dialog box while opening a non-secure database