Full Version: Multiple Emails, Every Email With One Report Send In One Time
UtterAccess Discussion Forums > Microsoft® Access > Access Automation
janis
hi

at this moment i can make a report.
and every customer get one report (this report need to be send to this customer as a html email)

but if i do it i have to open every customer click on report and then send it ..

maybe there is a better way?

here the sample database..


gr.
projecttoday
In code, you can create a recordset from your customers table and loop through it and send each customer an email with code.
janis
"end each customer an email with code."

what do you mean.. i need to write html code ????

isn't there a way to send the report?
i have the report how it need to be..

gr.
projecttoday
If you want to automate sending emails from the values in a table you will need VBA code.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.