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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top