Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Outlook object to send e-mails

Status
Not open for further replies.

MDJ52

MIS
Mar 30, 2001
120
US
I am current using the Outlook object as part of a Access module.
I create a report based on information in some tables. I then output that report and use Attachments.Add to add the document to the e-mail.

Attachments.Add("c:\my documents\text.doc")

Based on the table I loop through a series of code that creates up to 400 e-mails per day. We now have a survey we wish to send with these reports. Is there a way to add more than 1 attachment?
Thanks for any help.
 
Just add it again using the add method.
Use Attachments(index), where index is the index number, to return a each Attachment object.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top