You'd have to have a form open at all times (maybe hidden). You'd have to
create a timer event that fires every minute or so. In the event, you'd
have to compare Time() to the time you wish. If they were the same (the
hours and minutes) then you would do your activity.
This seems like a lot of overhead though. You could also do the event every
five minutes and compare the current time to a range (between). Or even
every ten minutes. Depends on how excat you need to be.
Rick B
I would like to run an update at a certai time of the day,
everyday. I am stumped. Does anyone have ideas??
Thanks