Automatically shut down Access

S

sendahook

Hello,

Is there a macro that can be written to automatically exit/close a
database after a certain time of inactivity/left idle? If so, how
would this be written?

Thank You
 
W

Wayne Morgan

http://support.microsoft.com/?id=128814

The above link will give you an example of detecting user idle time. Once
the time has expired, you will need to decide if you want to give them a
warning first or just close the database. Also, you'll need to decide what
to do about pending changes if the user made entries into a record but
didn't finish it.
 
Top