Inserting Timer

N

Nad

Hi Guys,
How do I insert a Timer control to the form? It is not visible with the
other control.
I am using Access 2007.
Regards,
 
B

Baz

There is no such thing as a Timer control in Access. If you set a form's
Timer Interval property to any value other than zero, then the form's On
Timer event will run at the specified interval (in milliseconds).
 
Top