G
Guest
Hi. I have a query, and I want to collect all of the email addresses from it
into one String at the push of a command button. The query (and I need to
use the results from the query, rather than from a table), say TheQuery, has
many fields, one of which being "Email Address".
I have seen many postings here about recordset and DAO/DOA, but I am not
sure how to adapt those codings for my own use. I want to loop through every
email address field in each record and keep appending the email address onto
a string, adding a " , " between each email address.
Ideally, the string with results would than be exported as the "to:" field
in Lotus Notes, or into a textbox.
into one String at the push of a command button. The query (and I need to
use the results from the query, rather than from a table), say TheQuery, has
many fields, one of which being "Email Address".
I have seen many postings here about recordset and DAO/DOA, but I am not
sure how to adapt those codings for my own use. I want to loop through every
email address field in each record and keep appending the email address onto
a string, adding a " , " between each email address.
Ideally, the string with results would than be exported as the "to:" field
in Lotus Notes, or into a textbox.