Note The hyperlinks in this topic goes to the Web. You can switch back to Help at any time.
Enable the SA user name
If your Microsoft Access project is connected to a locally installed SQL Server 7.0 (or later) database or a Microsoft SQL Server 2000 Desktop Engine (formerly called MSDE) with Microsoft Windows NT Authentication implemented, you can enable the system administrator (SA) user name with a blank password so that other users can access the application. Enabling the SA user name will also allow the System Administrator to change the SA password for additional security.
Note In order for the Enable system administrator (SA) user name check box to be enabled, the following must be true:
The Access project must be connected to a SQL Server 7.0 (or later) database or a Microsoft SQL Server 2000 Desktop Engine (formerly called MSDE).
The SQL Server database must be running on a Windows NT platform.
The SQL Server must be running on the same computer as the Access project.
The current Windows NT user must be an Administrator for the computer.
The current SQL Server user must be a member of the System Administrator role.
When this option is selected, the following actions take place.
Notes
Disable the SA user name
When this option is cleared, the following actions take place.
The Access project is disconnected from the SQL Server database which closes all open designers (such as the View Designer). See the Microsoft Developers Network Web site for more information on designers.
The login mode is changed to Microsoft Windows NT Authentication only.
Access stops and starts the database service.
The connection to the Access project is changed to use Trusted Security. See the Microsoft Developers Network Web site for more information on Trusted Security.
The Access project is then reconnected to the database.