C
Chapco Ryno
I need a simple do while loop or whatever would work best
to read all the rows in a specified column and return
them concatenated into one string separated by semicolons
like in my example below
Column in table contains an email address in each record:
(e-mail address removed)
(e-mail address removed)
need the loop to read through all records in that column
and return a string like:
"(e-mail address removed);[email protected]"......etc, so
that I can paste or use that for an Outlook To field.
Thanks in advance for any help you can lend me!!!
Chapco Ryno
to read all the rows in a specified column and return
them concatenated into one string separated by semicolons
like in my example below
Column in table contains an email address in each record:
(e-mail address removed)
(e-mail address removed)
need the loop to read through all records in that column
and return a string like:
"(e-mail address removed);[email protected]"......etc, so
that I can paste or use that for an Outlook To field.
Thanks in advance for any help you can lend me!!!
Chapco Ryno