Auto Email of report.

A

Antonio

I have a report that I would like e-mailed to 3 different
people at 2 PM each and every day. Is it possible to
create code/macro that will automatically do this?

TIA
 
G

Guest

1. Make a macro to email the reports, using 3 SendObject
macro actions.
2. Use Windows Task Scheduler, or some other third-party
scheduling software, to run a command line, along these lines:
"C:\PathToAccess\Msaccess.exe" "C:\PathToDB\MyDB.mdb" /x
macroname
 

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