Abort Function

  • Thread starter Thread starter Jasmine
  • Start date Start date
J

Jasmine

Anybody has a function that will close ACCESS 2000 or 2002
if user does not have any movements at all probably for at
least 15 minutes of no activity?????

Thanks for the help!
 
You can do this with a main form and an active timer. Every time the mouse
moves or a key press occurs reset the timer's interval property. If the
timer expires call Application.Quit(acQuitSaveNone)

You will have to work out something if the active form is another form.

Regards,
Dan
 
Back
Top