attachments in docmd.sendobject

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

Guest

I would my send object to be able to send two reports instead of just one.
How would I go about doing that.

Donbenz
 
Donbenz said:
I would my send object to be able to send two reports instead of just
one. How would I go about doing that.

Donbenz

You can't. You can use custom code to automate an external messaging library
like Outlook or CDO and then have multiple attachments, but not using
SendObject.

A kludge would be to embed both reports as sub-reports into an empty parent
container report and then use SendObect on that.
 

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

Similar Threads

Buttons 8
send an object as an attachment 1
DoCmd.SendObject TemplateFile 2
Add Attachment to E-mail 2
program a save as instead of save 1
DoCmd.SendObject xls landscape 1
DoCmd.SendObject 3
docmd.sendobject 1

Back
Top