Add Multiple Timers to Microsoft Access
Forms
The
Timer control is a non-visual control to add multiple timers to your
form. Microsoft Access forms are limited to one timer event per form.
The Timer control in Total Access Components lets you easily support
situations where you need multiple, separately timed events.
Using the Timer Control
The Timer control has only one property and one event.
Simply set the Interval property to the desired millisecond value.
When that time occurs, its OnTimer event fires. Simply write your code
for the OnTimer event and it runs.
Setting the Interval property to zero stops the timer.
Related Control
The Clock and Alarm control is a
visual way to display time on a form.
|