B
Brigham Siton
We are trying to create something like a scheduler where we have a control
that contains time (hh:mm) format.
We would like to compare it to the computer time then it triggers an event
if the control time and system time matches.
What I did so far is that I have a form with that control that I have
minimized. I setup the timer to 10000 (10 seconds) and created an event:
If me!ctrltime = Time() then
docmd.maximize
end if
Unfortunately, its not working. Can somebody advise me on the best way to
do this or what am I doing wrong?
Thank you in advance.
that contains time (hh:mm) format.
We would like to compare it to the computer time then it triggers an event
if the control time and system time matches.
What I did so far is that I have a form with that control that I have
minimized. I setup the timer to 10000 (10 seconds) and created an event:
If me!ctrltime = Time() then
docmd.maximize
end if
Unfortunately, its not working. Can somebody advise me on the best way to
do this or what am I doing wrong?
Thank you in advance.