It seemed simple at the time...
Ask for their email addresses, then when I have a list of people to contact, I can make my Access database spit the addresses out for me...
Here's my quandry:
I have a table (related to other tables in my database)that simply lists [Name][EmailAddress] and [ContactNumber]. I use a few queries to sort everything out and end up with usually about 5-10 people listed that need an email to remind them of delinquent entries. I have an Outlook template all made up and ready - and I figured I could grab the email addresses pretty easily (never tried this before - but hey - Access should make this part easy, right?)
After learning that there doesn't seem to be a built in function for this, I figured maybe I should try to send these addresses to a textbox in my form (hidden from view) and just use vba to plug that value into the To: line...
After a LOT of frustration, I am stumped. I know it's probably something simple - but for the life of me, I cannot figure this out! All of the threads I read are either for how to build an email in vba (which I already can do) or how to concatenate different values on a row...
I need (I think) to be able to concatenate the values from one COLUMN in my query into a textbox, and I can carry it from there.
(My SQL and VBA skills are amateur, so if you have the time to respond, please explain it to me like I'm a 10 year old!)
Thanks in advance for your help!
Dave
Ask for their email addresses, then when I have a list of people to contact, I can make my Access database spit the addresses out for me...
Here's my quandry:
I have a table (related to other tables in my database)that simply lists [Name][EmailAddress] and [ContactNumber]. I use a few queries to sort everything out and end up with usually about 5-10 people listed that need an email to remind them of delinquent entries. I have an Outlook template all made up and ready - and I figured I could grab the email addresses pretty easily (never tried this before - but hey - Access should make this part easy, right?)
After learning that there doesn't seem to be a built in function for this, I figured maybe I should try to send these addresses to a textbox in my form (hidden from view) and just use vba to plug that value into the To: line...
After a LOT of frustration, I am stumped. I know it's probably something simple - but for the life of me, I cannot figure this out! All of the threads I read are either for how to build an email in vba (which I already can do) or how to concatenate different values on a row...
I need (I think) to be able to concatenate the values from one COLUMN in my query into a textbox, and I can carry it from there.
(My SQL and VBA skills are amateur, so if you have the time to respond, please explain it to me like I'm a 10 year old!)
Thanks in advance for your help!
Dave
Comment