
Matching system date/time with field date/time
Hi,
I will follow Chris' suggestion, but set the TimerInterval to the
difference, in milliseconds, between the time required and now( ). This
way, the timer event will fire only once, exactly (almost, remember Timer
event are on a low priority like queue) when appropriate. If there are many
event to be driven by the same timer, I will take the first event to occur
in the future. Note that is there is no more event to be "scanned" for, you
will then set the timer interval to zero.
Hope it may help,
Vanderghast, Access MVP.