How can I trigger an event after xx minutes?

  • Thread starter Thread starter CiryMarr
  • Start date Start date
C

CiryMarr

Hi

I have a heavy duty Access 97 database - i want to be able to trigger an
event if the user hasn't made any keystrokes or attempted to print any slow
compiling reports or effectively done nothing, after xx minutes.

Is this possible? Please don't email me - please reply to group.

Thanks
 
The easiest way in Access is to set the form's TimerInterval to 60000 (1
minute), or multiples thereof.

Then add your code to the form's Timer event.

Graham R Seach
Microsoft Access MCP, MVP
Sydney, Australia
 
Back
Top