DoCmd.SendObject - Send multiple objects

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
Back
Top