M
mattc66 via AccessMonster.com
I am using the SendObject to send email attachments out to users.
I would like to send more then one attachment in a single email. What would I
use to do this via VBA?
Current Code:
DoCmd.SendObject acSendQuery, stDocName, acFormatXLS, stEmail
DoCmd.SendObject acSendQuery, stDocName2, acFormatXLS, stEmail
Thanks
Matt
I would like to send more then one attachment in a single email. What would I
use to do this via VBA?
Current Code:
DoCmd.SendObject acSendQuery, stDocName, acFormatXLS, stEmail
DoCmd.SendObject acSendQuery, stDocName2, acFormatXLS, stEmail
Thanks
Matt