Forgive this question if it is too simple but I have a query that returns a list of e-mail addresses depending on certain conditions. In VBA I have used a function that was posted on http://www22.brinkster.com/accessory/modules/005.shtml%5B/url%5D and it requires an e-mail address(es) as one of the arguments.
My problem is that I can put them in individually but I want to create a string (strNewsletterEmails) with semi-colons separating each address and use that as the e-mail address argument. In essence, how do I take the result of a query and convert it to the required string?
Thanks