DoCmd.SendObject - Send multiple objects

N

Novice

I'm trying to send 2 reports in the same e-mail, (via Notes). conseutive 'DoCmd.SendObject ' statements results in 2 e-mails. Is their an easy way to name both reports in one statement?
 
D

Dev Ashish

I'm trying to send 2 reports in the same e-mail, (via Notes).
conseutive 'DoCmd.SendObject ' statements results in 2 e-mails. Is
their an easy way to name both reports in one statement?

Sorry, no. You'll have to use MAPI or Outlook.

-- Dev
 
Top