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