Link to home
Start Free TrialLog in
Avatar of mtrussell
mtrussell

asked on

Check a field in Access on a Timer

I have a kill switch in a table.  It is basically a yes/no field that if checked yes, I want to shut down the database and force everyone who is in it to exit.

the table is called tbl_killswitch and the field is called kill.

What I want to do is on the opening form kick off the timer to look at the table every 5 minutes and if the kill field = -1 then close the database.

How do I get the timer to turn on and do this?
ASKER CERTIFIED SOLUTION
Avatar of PatHartman
PatHartman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial