J
Jeff
I have seen some of the traffic back and forth on this
subject, still unsure how to affect the following:
A hidden form tracks how long since the user has
interacted with the database. When the time elapsed
equals five minutes, the session terminates.
Any guidance to the right path is greatly appreciated.
On form open, timer = 0
On database activity, timer reset to 0
Timerinterval = 1000
Timer = Timer + Timerinterval
When Timerinterval = 300000, docmd.quit
subject, still unsure how to affect the following:
A hidden form tracks how long since the user has
interacted with the database. When the time elapsed
equals five minutes, the session terminates.
Any guidance to the right path is greatly appreciated.
On form open, timer = 0
On database activity, timer reset to 0
Timerinterval = 1000
Timer = Timer + Timerinterval
When Timerinterval = 300000, docmd.quit