AutobyPass

  • Thread starter Thread starter Doug
  • Start date Start date
D

Doug

I set AutoByPass to False so users cannot hit shift+enter
to go direclty into the database. Can a programmer reset
this to True from outside my program so the Autobypass is
available to them? I hope not.
 
If you set it properly (i.e. specifying the fourth optional argument when
you create the property) - see
http://www.mvps.org/access/general/gen0040.htm
then only someone who is a member of the Admins group can set it back.

So this would only mean if you secured the database, since every user is a
member of the standard Admins group. If you implement security, then the
Admins group would be different and there they couldn't set it back.
 
Back
Top