Sending multiple reports using SendObject

  • Thread starter Thread starter dbradley
  • Start date Start date
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

Back
Top Bottom