Expiration time

A

Antonio

Good morning, everybody.
I have a form that checks for user inactivity and after 5
minutes issues a message informing the user that there
hasn't been any activity for 5 minutes and asks if they
want to close the application. I would like to add
something like: "MS Access will close automatically
in.....seconds". Can anyone tell me how to code it?
Thanks, Antonio
 
J

John Vinson

Good morning, everybody.
I have a form that checks for user inactivity and after 5
minutes issues a message informing the user that there
hasn't been any activity for 5 minutes and asks if they
want to close the application. I would like to add
something like: "MS Access will close automatically
in.....seconds". Can anyone tell me how to code it?
Thanks, Antonio

Pop up a small Form with the message; use that form's Timer event to
change the number of seconds every 1000 milliseconds.
 
Top