Database window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Th fact that busers can view the database window by pressing on the shift
button is very frustrating for me,because,through my form, i put restrictions
to users so as to get my wotk in the best way,but actually users now can
easily enter to the databse window,view hidden objects and change data
through the tables and the queries..
Is there any way to stop this?
 
http://www.mvps.org/access/general/gen0040.htm
General: Securing AllowBypassKey

Usage example:
ChangeProperty("AllowBypassKey", dbBoolean, False)

(False to disable Shift bypass, True to allow it-the default )


I'll echo the comment: "...And don't lock yourself out!..."
I usually have a click event tied to a logo on some form that asks me for a
password and then allows me to (among other things) enable/disable the shift
key.

Safety First! Backdoors & backups!

HTH,
 
Thanx alot,very beneficial,but i tried to copy the code and paste it in a new
module,when i opened the database nothing happened,note that i'm not very
well experienced in Access.
Your quick reply is highly appreciated
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top