multiple attachments

J

Jon M.

Greetings friends,
I have three reports that I need to email. I can email them individually
without a problem using a send object command, but is there a way to
consolidate them all into one email? Basically one email with 3 attachments?
Or something along those lines? As always I appreicate any help I can get.

The code I'm using is:

DoCmd.SendObject acSendReport, "MenuReport", acFormatRTF, "[email protected]",
, , "Cafeteria Menus"
 
J

Jon M.

This helps a great deal. My reports aren't generally being saved ahead of
time but they could. Is there something I could that would run the report
and automatically save it in word or as a snapshot?
 
Top