lock a database by disableling shift

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I remember reading a post a while ago that mentions somthing about locking a
database
by stopping a use from 'Shifting' into the db

can anyone point me in the right direction

thanks

Dave
 
You need to create a boolean database property named AllowBypassKey, and set
its value to False.

See http://www.mvps.org/access/general/gen0040.htm at "The Access Web" for
the correct way to create this property. Note that you need to use DAO to do
this: if you're using Access 2000 or 2002, you'll have to add a reference to
DAO 3.6
 
Thanks Douglas




Douglas J. Steele said:
You need to create a boolean database property named AllowBypassKey, and set
its value to False.

See http://www.mvps.org/access/general/gen0040.htm at "The Access Web" for
the correct way to create this property. Note that you need to use DAO to do
this: if you're using Access 2000 or 2002, you'll have to add a reference to
DAO 3.6

--
Doug Steele, Microsoft Access MVP

(No private e-mails, please)


locking
 
Back
Top