verizonrep
Programmer
Okay folks, here's one I have not been able to find.
I have a table that has people in it. The list has their name and email address in it (as well as what criteria in which they are to be emailed). Overall, I was wondering if there is a way to merge all of the email listings into one field so that it all can be brought into the TO: field. Currently, I'm running a EOF VB and they are being sent one at a time. This can take a while if I am sending to 30 or so people. Just so I'm clear, here is an example of what I would love to do. This is my "members" table:
Name Address
Bob Smith Bob@yahoo.com
Sue Johns Sue@hotmail.com
John Doe John@earthlink.com
I want to merge them with a semicoso it reads in one field on a form (named "Addresses"):
Addresses
Bob@yahoo.com; sue@hotmail.com; John@Earthlink.com
In this case, this way, I send only one email, rather than three.
Also, (I don't think that it matters, but what the heck). We are using Lotus Notes.
Any ideas?
Thanks.
I have a table that has people in it. The list has their name and email address in it (as well as what criteria in which they are to be emailed). Overall, I was wondering if there is a way to merge all of the email listings into one field so that it all can be brought into the TO: field. Currently, I'm running a EOF VB and they are being sent one at a time. This can take a while if I am sending to 30 or so people. Just so I'm clear, here is an example of what I would love to do. This is my "members" table:
Name Address
Bob Smith Bob@yahoo.com
Sue Johns Sue@hotmail.com
John Doe John@earthlink.com
I want to merge them with a semicoso it reads in one field on a form (named "Addresses"):
Addresses
Bob@yahoo.com; sue@hotmail.com; John@Earthlink.com
In this case, this way, I send only one email, rather than three.
Also, (I don't think that it matters, but what the heck). We are using Lotus Notes.
Any ideas?
Thanks.