![]() |
LogUsersOff.mdb (intermediate) |
Post Reply ![]() |
Author | |
Roger Carlson ![]() Microsoft MVP ![]() Joined: 20 Feb 2008 Status: Offline Points: 261 |
![]() ![]() ![]() ![]() ![]() Posted: 01 Aug 2008 at 12:48am |
Please consider donating $1 per sample downloaded, find out why here.
LogUsersOff.mdb This sample illustrates how to automatically log all of your users out of an application for maintenance purposes.
There are several pieces: 1) code in the switchboard form OnTimer and OnLoad events 2) a linked table called 'Settings' with only one Yes/No field called 'Logoff' 3) frm_ExitNow modal form 4) code in frm_ExitNow OnTimer and OnLoad events When you change the value of Logoff in the Setting table to Yes, the users will get a message on the screen telling them that they will be logged off in 5 minutes. The Switchboard form checks this field every 5 minutes and launches the message form. If they still have not logged off after another 5 minutes, they will be automatically logged off. It will also not allow anyone else to log into the application until Logoff is set back to No. This sample is based on an article by Bill Woodcock in the May 1999 Access-Office-VB Advisor. Access 2010 accdb (47 KB)* : uploads/5/LogUsersOff_2010_AutoRelinkBE.zip |
|
|
|
![]() |
|
Sponsored Links | Want a good read? Try The Summer of His Life (available on Amazon!) |
![]() |
|
carlrj ![]() Admin Group ![]() Joined: 31 Dec 2006 Status: Offline Points: 15 |
![]() ![]() ![]() ![]() ![]() |
Access 2010 (accdb) version added with auto-relinking code added by Daniel Pineault.
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |