Schedule a Report to print

B

Bill Phillips

I need to have a report print automatically at 7:00 AM
every day. Ist there a way for Access to do this? Thanks.
 
J

JoeElla

There may be simpler ways of doing this, but my way is to have a separate
"single purpose mdb" which has the report, and is linked to any necessary
tables. Then I write an autoexec macro (runs every time you open the mdb),
which will print the report. I schedule this mdb to open through my regular
task scheduler, as if you were scheduling defrag to run daily.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top