Multiple attachments to Outlook
Background.
I'm using VBA:
DoCmd.SendObject acQuery, "qryReport1", "MicrosoftExcel(*.xls)", cnRecipient, cnCC, "", cnSubject, cnMessage, False
and it works very well.
Now I need to have 2 Excel reports in a single Outlook mail. Is tha possible?
Thanx in advance.
|