Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automatically send report weekly.

Status
Not open for further replies.

bowldog

Programmer
Aug 1, 2001
24
US
I want to send a report each week automatically to two recipients. If I am away from the office it still sends report.
Thx in advance.
 
Probably the best way to do this would be to use a scheduling program and small db linked to the tables you need with a the code to send the e-mails. Put code in the db to automatically send the e-mail when opened and immediately close the db. Then just "call" the db using the scheduling program when you want it sent.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top