Require password for Shift key

Djblois

Registered User.
Local time
Today, 13:23
Joined
Jan 26, 2009
Messages
598
When you start Access you can hold down the shift key in order to be able to edit the database. I don't want my users to have access to this. How can I disable this or require a password (preferably with a password so I can still edit it myself.)
 
I disable the "allow by bypass key" property.

Since you have multiple users, then should be working on a copy of the front end, not he master copy where you make changes.

Once I have all my changes made, I make an MDE and copy thios to the server. I then disable the "allow by bypass key" property.

If I need to get in or make changes, I open the "master".
 
How else can I disable it without that utility? I have already set it up as a front end and a back end.
 
How else can I disable it without that utility? I have already set it up as a front end and a back end.

Is the front end shared? It should not be.

Are you wanting to disable the "allow bypass" in the "master" copy of the copy that is deployed?

I also added a second link to my previous post that has other code.

You could use the code for the utility in your own app.

The reason I use the utility to set the "allow Bypass" property with an external Database is that the property does not take effect once set until you exit the database and then get back in.

Note: I would only disable; the "Allow ByPass" property on the deployed copy of the front end.
 
Last edited:
Thank you I will test this out on Monday when I deploy the program.
 

Users who are viewing this thread

Back
Top Bottom