Hello,
Using Microsoft ActiveX Data Objects 2.5 Library.
In a Sub I would like to:
1. Open a db connection.
2. Select statement:
"Select email_address From Email_Notification"
3. Loop through and put each email address into a single string separated by a comma and a space. Assign the string to a variable.
4. Close the connection
Thank you for your help.
Sincerely,
Steve
Using Microsoft ActiveX Data Objects 2.5 Library.
In a Sub I would like to:
1. Open a db connection.
2. Select statement:
"Select email_address From Email_Notification"
3. Loop through and put each email address into a single string separated by a comma and a space. Assign the string to a variable.
4. Close the connection
Thank you for your help.
Sincerely,
Steve