Hi,
I am writing a database that I want to be able to hit a button and a email generates and pulls multiple photos in a specified folder on the network and throw them in a email for me to send. The photos are .jpg
Is there a way to have multiple picture attachments? I think DoCmd.OutputTo acOutputReport only does 1 record according to a post I was reading on here earlier today. So, just wanting them all attached to the email.
Any help?
Thanks,
-Andy
I am writing a database that I want to be able to hit a button and a email generates and pulls multiple photos in a specified folder on the network and throw them in a email for me to send. The photos are .jpg
Is there a way to have multiple picture attachments? I think DoCmd.OutputTo acOutputReport only does 1 record according to a post I was reading on here earlier today. So, just wanting them all attached to the email.
Any help?
Thanks,
-Andy
Comment