Sending multiple reports using SendObject (1 Viewer)

D

dbradley

Guest
I am using SendObject to email a report via Microsoft Exchange. It looks like this:

DoCmd.SendObject acSendReport, "ReportName", "SnapshotFormat(*.snp)", ... etc.

It appears that I can only send one report per email. Is there a way to send multiple reports in the same email?

Thanks in advance.
 

Users who are viewing this thread

Top Bottom