jasonhuibers
Programmer
How can I take all the email address and store them into a variable seperated by a comma?
IE: jason@yahoo.com, julie@yahoo.com
do while not drs.eof
strEmailArray = drs("EmailAddress")
drs.MoveNext
IE: jason@yahoo.com, julie@yahoo.com
do while not drs.eof
strEmailArray = drs("EmailAddress")
drs.MoveNext