Locking users out of Access 2000

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

Guest

I run a few databases in a mutiuser enviroment. I always have problems trying
to get everyone out of database for maintenance purposes. As soon as you have
logged them out they are trying to log back in. Is there any code that will
place the database in a locked state. So that once the users have logged out
they can not log back in again until you unlock the database.

Thanks in advance

matt
 
I have a startup form in my front end that looks at an entry in a table in
my backend. If the entry is "1" then the database is locked, and a
Docmd.Quit is issued.


Rick B
 
Back
Top