G
Guest
I need to take records from a query and place them into a string like this.
From this
email.addy1|Name1
email.addy2|Name2
email.addy3|Name3
To this
"email.addy1,email.addy2,email.addy3"
I'm creating a database that will email once a day a list of items people
are waiting on.
Thanks
Mike
From this
email.addy1|Name1
email.addy2|Name2
email.addy3|Name3
To this
"email.addy1,email.addy2,email.addy3"
I'm creating a database that will email once a day a list of items people
are waiting on.
Thanks
Mike