On Fri, 6 Feb 2004 19:45:27 -0000, Geoff wrote:
[color=blue]
> Is it possible to add a timer component to the Toolbox? How do I do it?[/color]
there is no timer-control in Access as in VB. But every form has a
timer-interval and an event being fired then (check the
events-properties-page).
Coming from VB, this may be a little irritating (i.e. requiring extra code)
if you need more than one timer though.
Comment