How to email a report to a list of emailusing outlook

cafe_jay

Registered User.
Local time
Today, 18:44
Joined
Apr 2, 2012
Messages
17
I would like to email a report or form to a list of contacts.

I currently have the simple button that when clicked it opens access and i have to put the contact info, the subject, etc. myself.

this is the simple macro for EmailDatabaseObject.

But i would like the recipient info to be pulled from a seperate table not in the report. I tried doing To = ([TableOfEmails].[Emial]) but I get an errors.

Help Me. Thank you.

Regards,

Cafe Jay
 
I tried implementing the info from the link you sent me but it didn't work. Or maybe i just wasn't able to get it to work. Also I dont want it to automatically email, I would like for outlook to open then the user can press send themselves in outlook.
 
You can have the code send the email or just display it. The key is to use the loop to build a string of addresses. What is your code so far?
 

Users who are viewing this thread

Back
Top Bottom