Timer Control.

D

doyapore

Dear All,
In Visual Basic 6.0, one could insert the Timer control in the form and
perform tasks based on its properties or program it accordingly.
In MS Access (2002), one had to program the OnTimer event of the form in
order to perform certain tasks based on the Timer Interval.
I wish to know whether it is possible to insert a Timer Control straight
within an Access form without using the OnTimer event of the form.
Your help is much appreciated.
Thanks in advance.
 
D

doyapore

As stated in my initial post, I do understand that the Timer Control is not
available in Access.
However, I would like to know whether it would be possible to import the
Timer Control from VB to Access VBA by registering any relevant OCX/DLL in
the process.
Your help is much appreciated.
Thanks in advance.
 
Top