S
StephanieH
I'm currently using the following code to send a Summary report in HTML
format in the body of an email. Is it possible to amend the code to send a
detail report in Excel format below the first report?
DoCmd.SendObject acSendReport, "rpt_Summary Internal Assigns by Balance",
acFormatHTML, "Tom Davis", , , _
"Placement Summary " & MyMonth, ""
format in the body of an email. Is it possible to amend the code to send a
detail report in Excel format below the first report?
DoCmd.SendObject acSendReport, "rpt_Summary Internal Assigns by Balance",
acFormatHTML, "Tom Davis", , , _
"Placement Summary " & MyMonth, ""