How to bypass shift key and secure your database

JohnGo

Registered User.
Local time
Today, 12:12
Joined
Nov 14, 2004
Messages
70
I just post this one because it took me more than an hour to find a comfortable solution for access 2003

http://support.microsoft.com/default.aspx?scid=kb;en-us;826765

To set the AllowBypassKey property to False, follow these steps: 1. Start Access.
2. Open an Access database project.
3. In the Database window, point to Macro on the Tools menu, and then click Visual Basic Editor.
4. In the Visual Basic Editor, click Immediate Window on the View menu.
5. Type the following code or paste the following code in the Immediate window, and then press ENTER.CurrentProject.Properties.Add "AllowBypassKey", False


6. Close the Visual Basic Editor, and then close the Access database project.
7. Open the Access database project. Try to bypass the startup options that are set for the Access database project by holding down the SHIFT key while you open the Access database project.

The functionality of the SHIFT key that permits you to bypass the startup option is disabled. Although you hold down the SHIFT key to bypass the startup options, the startup options are executed. You cannot bypass the startup options.
 
:confused: first thank u so much

i reead the subject on help & support of microsoft office then i try it.
it's not working .

please who has idea or try it ??? is it work??
 
AllowBypassKey

This has always been a popular thread for those that bother to search for an answer to their AllowBypassKey questions... Holding down Shift

It will work will all versions of Access 97, 2000, 2002, 2003.
 

Users who are viewing this thread

Back
Top Bottom