J
James W
Hi All.
I am able to trigger forms opening, macros running etc. based on a "Timer"
function. No Problem.
However,
My users frequently close down the application (Access 2000 running on
Windows 2000) which means a timer reset each time rendering the "Timer"
method essentially useless.
What I want to know is... Can I trigger events based on the system time? For
example:
Dim myTime
myTime = Time
If myTime = ("09:00:00 AM") Then
DoCmd. Openform "frmMyForm"
EndIf
?????????
nb. The above code does not work.
I want to run queries and open forms at various times of the day.
Please help. I need to solve this one.
T.I.A.
I am able to trigger forms opening, macros running etc. based on a "Timer"
function. No Problem.
However,
My users frequently close down the application (Access 2000 running on
Windows 2000) which means a timer reset each time rendering the "Timer"
method essentially useless.
What I want to know is... Can I trigger events based on the system time? For
example:
Dim myTime
myTime = Time
If myTime = ("09:00:00 AM") Then
DoCmd. Openform "frmMyForm"
EndIf
?????????
nb. The above code does not work.
I want to run queries and open forms at various times of the day.
Please help. I need to solve this one.
T.I.A.