Using timers in forms

  • Thread starter Thread starter Safe60
  • Start date Start date
S

Safe60

I'm sorry if my question has been alread asked in the past. How do I use a
timer in my form ? I don't see the timer control in Access 2003 toolbox . or
may be that timers are not allowed in forms ? I'm just a beginner in access
programming. Any hints ?

Sandro
 
See the form's Timer event, and TimerInterval property. The Timer event is
fired at the intervals you specify by setting the TimerInterval property (in
milliseconds). Just put whatever code you want in the Timer event.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top