Hello everyone, need some help on figuring out.
I have a table called EmailReports table, it has:
Unit, Unitcode, POC, Emails, QueryName, and Notes
so far, i have been exporting each query and sending it out manually, i would like to automate it.
So, when a member clicks email button, i would like:
for each unit, create an email, attach the query (that is in that record) set email, and insert certain text into body (html'd) and send it....I can def review before sending or just straight up send it.
Now i have tried, macro, but issue with that is body characters are limited and i have to add SendObject macro for each query, and now exploring other alternatives.
I have tried vba, but not good enough to figure out how to run a loop and do what i want it to do...(like instead of to box, have it pull email from recordset..)
I can attach a sample of the database of what i have so far.
Any assistance is much appreciated, Im some what savy at figuring stuff out just need to see an example..and google isnt helping as much tooday...
I have a table called EmailReports table, it has:
Unit, Unitcode, POC, Emails, QueryName, and Notes
so far, i have been exporting each query and sending it out manually, i would like to automate it.
So, when a member clicks email button, i would like:
for each unit, create an email, attach the query (that is in that record) set email, and insert certain text into body (html'd) and send it....I can def review before sending or just straight up send it.
Now i have tried, macro, but issue with that is body characters are limited and i have to add SendObject macro for each query, and now exploring other alternatives.
I have tried vba, but not good enough to figure out how to run a loop and do what i want it to do...(like instead of to box, have it pull email from recordset..)
I can attach a sample of the database of what i have so far.
Any assistance is much appreciated, Im some what savy at figuring stuff out just need to see an example..and google isnt helping as much tooday...
Comment