M
Mike
I have a function that outputs a query to excel. I run
this code every day. Currently I have to hit a command
button to run the code. I am looking for a way to have
the database do this automatically at 5PM. The output
code is: DoCmd.OutputTo
acOutputQuery, "qryOpenPBConPriorityCountCrosstab",
acFormatXLS, "P:\Phil Hull\PBContractorOpenItemCount", -1
The database is on a server and I would like it to
automatically run this code at 5PM. I would appreciate
your help with the automation code.
Thanks, Mike
this code every day. Currently I have to hit a command
button to run the code. I am looking for a way to have
the database do this automatically at 5PM. The output
code is: DoCmd.OutputTo
acOutputQuery, "qryOpenPBConPriorityCountCrosstab",
acFormatXLS, "P:\Phil Hull\PBContractorOpenItemCount", -1
The database is on a server and I would like it to
automatically run this code at 5PM. I would appreciate
your help with the automation code.
Thanks, Mike