G
Guest
Hello I am working with Access 2003, how I would set up a method to run a
report at a particular time and date.
report at a particular time and date.
*Hi Dkalsow, thank you for your assistance. I set up a test database
by
putting the Timer Interval to 1000 and On Timer Macro which is set
to
Printout. I am currently receiving an Information message stating
"This
action can't be carried out while processing a form or report event.
A macro
specified as the OnOpen, OnFormat, OnRetreat, OnPage, or OnPrint
property
setting contains an invalid action for the property."
Please instruct me on a solution to the situation.
:
[vbcol=seagreen]The best way I have found to do this is to create an form that has a timer on
it. The timer should fire every minute. Check the current time against the
time you want the report to run. If they match print the report using code.
Hope this helps
Dale
:
*