I have been using send object to send email from my DB but I can only send one attachment at a time. I need to send more. I have found some articles about using Outlook coding in VB to do the job because it can handle more attachments.
Question: On the VB screen, in Access, on the tools menu - references what do I select to enable me to use the Outlook code?
Question: Can someone show me some code to send email to multiple people (just 2 for demo) using 2 attachment files that are stored in a folder outside of access.
I believe, in the code, there is also a command to show the email before it is sent. I think I saw it one time and I think it actually used the word Show
Any help and/or references to a complete dissertation on how to do this would be appreciated.
I am currently trying to send 2 and 3 attachments depending on selection and I don't want my users to have to add addresses 2 or 3 times.
OH, also, I might be able to select the To: addresses from the DB. Right now I don't have the email addresses to all the necessary people in the DB.
Thanks,
John
Question: On the VB screen, in Access, on the tools menu - references what do I select to enable me to use the Outlook code?
Question: Can someone show me some code to send email to multiple people (just 2 for demo) using 2 attachment files that are stored in a folder outside of access.
I believe, in the code, there is also a command to show the email before it is sent. I think I saw it one time and I think it actually used the word Show
Any help and/or references to a complete dissertation on how to do this would be appreciated.
I am currently trying to send 2 and 3 attachments depending on selection and I don't want my users to have to add addresses 2 or 3 times.
OH, also, I might be able to select the To: addresses from the DB. Right now I don't have the email addresses to all the necessary people in the DB.
Thanks,
John