Emailing Multiple Reports

D

David Dowdell

I've got several reports that I would like to automate mailings. However,
only one snapshot will e-mail at a time. Combining the reports won't work
because some reports are landscape and some are portrait (there are also
other issues with combining). Does anyone know of a way to e-mail multiple
reports within the same e-mail message?

Thanks,
David
 
R

Rick Brandt

David Dowdell said:
I've got several reports that I would like to automate mailings. However,
only one snapshot will e-mail at a time. Combining the reports won't work
because some reports are landscape and some are portrait (there are also
other issues with combining). Does anyone know of a way to e-mail multiple
reports within the same e-mail message?

You would have to automate an external mail library like Outlook or CDO. Then
you can output your reports to disk and generate an email with as many
attachments as you want. SendObject just won't do this. Example code at link
below.


http://www.mvps.org/access/modules/mdl0019.htm
 
D

David Dowdell

David Dowdell said:
I've got several reports that I would like to automate mailings. However,
only one snapshot will e-mail at a time. Combining the reports won't work
because some reports are landscape and some are portrait (there are also
other issues with combining). Does anyone know of a way to e-mail multiple
reports within the same e-mail message?

You would have to automate an external mail library like Outlook or CDO.
Then
you can output your reports to disk and generate an email with as many
attachments as you want. SendObject just won't do this. Example code at
link
below.


http://www.mvps.org/access/modules/mdl0019.htm



--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Thank you, I will give it a try.
 
G

Geoff Starr

It worked perfectly! Thank you for your help.

David


David Dowdell said:
I've got several reports that I would like to automate mailings. However,
only one snapshot will e-mail at a time. Combining the reports won't work
because some reports are landscape and some are portrait (there are also
other issues with combining). Does anyone know of a way to e-mail multiple
reports within the same e-mail message?

You would have to automate an external mail library like Outlook or CDO.
Then
you can output your reports to disk and generate an email with as many
attachments as you want. SendObject just won't do this. Example code at
link
below.


http://www.mvps.org/access/modules/mdl0019.htm
 

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