B
BillyRogers
I'm trying to build a string that is composed of values in an access table
field and have them concatenated and separated by commas.
Table Month
May
Jun
July
Aug
ex myString="May,Jun,July,Aug"
How do i loop through the table records and concatenate the field values?
--
Billy Rogers
Dallas,TX
Currently Using Office 2000 and Office 2003
field and have them concatenated and separated by commas.
Table Month
May
Jun
July
Aug
ex myString="May,Jun,July,Aug"
How do i loop through the table records and concatenate the field values?
--
Billy Rogers
Dallas,TX
Currently Using Office 2000 and Office 2003