Hi,
I have a database that sends out emails to users that contains a few reports. I am trying to come up with a way that will combine the reports in 1 email. Is that possible?
Here is my code.
I get an error with the code above because I am trying to combine 2 reports. How do I do this? I am trying to attach 3 reports to one email.
Thanks,
I have a database that sends out emails to users that contains a few reports. I am trying to come up with a way that will combine the reports in 1 email. Is that possible?
Here is my code.
Code:
DoCmd.SendObject acOutputReport, "rptPSSREmail" & "rptPSSRMonthlyLaborSalesbyPSSR", acFormatPDF, "myemail.com"
Thanks,
Comment