Hi:
I am using Access 2003 and need some help with running functions. I need to
run 5 functions (function01 thru function05) at certain times of the
hour/day and was wondering if anyone has done this before and if so, how.
eg:
At 8:05 AM, run function function01
At 8:15 AM, run function function02
At 8:30 AM, run function function03
At 8:45 AM, run function function04
every hour, on the hour, run function function05
TIA
Alex White MCDBA MCSE - 06 May 2005 08:02 GMT
Hi,
the way I achieve this is a hidden form within my access database that is
constantly running in the background, using the timer on the form to check
for work in a 'schedule' table.

Signature
Regards
Alex White MCDBA MCSE
http://www.intralan.co.uk
> Hi:
>
[quoted text clipped - 12 lines]
>
> TIA