multiple attachments

  • Thread starter Thread starter Jon M.
  • Start date Start date
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, "(e-mail address removed)",
, , "Cafeteria Menus"
 
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?
 
Back
Top