|
Total Access Components Tour: TimerThe timer control is a non-visual control that allows you to add multiple timers to your form. With the built-in Timer control, Microsoft Access is limited to one timer per form. Using the Timer ControlThe timer control has only one property and one event. Using this control is as simple as setting the Interval property to the desired millisecond value and writing code to handle the OnTimer event. Setting the Interval property to zero stops the timer. Timer Properties
Timer Events
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||