Can someone point me to some code to loop through the results of a recordset and create a string?
For instance I have a recordset which is returning one column. There's more than one row, and I want to concatenate the rows together to make a string - Row1, Row2, Row3, etc.
Any help is appreciated.
Thanks.
For instance I have a recordset which is returning one column. There's more than one row, and I want to concatenate the rows together to make a string - Row1, Row2, Row3, etc.
Any help is appreciated.
Thanks.