O.K., one of my databases is used to run reports on a daily basis and currently has to be done manually. What I want is to have this run on a daily basis, early in the morning so if I am not at worh the reports are sent out. I setup the following but it does not seem to work:
Using the Scheduled Tasks to open the database @ 7:00am Monday-Friday.
In the database I have a form that autoloads and on the Timer event (1000ms) runs a macro that fires off the reports. I have a condition setup on the macro of Time() = #7:05:00 AM#. The last entry on the macro closes the database after the reports run.
The problem is that the database opens but the macro never fires.
I tried testing the OnTimer property with the conditional statement in the macro and it works every time.
Any ideas?
I seached throught the forum and couldn't find anything that specifically address the issue I am having. Found a lot of other commands I can use in other places however.
Thanks in advance...
Using the Scheduled Tasks to open the database @ 7:00am Monday-Friday.
In the database I have a form that autoloads and on the Timer event (1000ms) runs a macro that fires off the reports. I have a condition setup on the macro of Time() = #7:05:00 AM#. The last entry on the macro closes the database after the reports run.
The problem is that the database opens but the macro never fires.
I tried testing the OnTimer property with the conditional statement in the macro and it works every time.
Any ideas?
I seached throught the forum and couldn't find anything that specifically address the issue I am having. Found a lot of other commands I can use in other places however.
Thanks in advance...