Hi out there
I would like to have a query concat the strings in one text field from all records in a table.
I'm looking for something like
SELECT SUMTEXT(textfieldName,';') FROM tableName;
to get "textvalue1;textvalue2;textvalue3" etc.
Any help appreciated. Simon
I would like to have a query concat the strings in one text field from all records in a table.
I'm looking for something like
SELECT SUMTEXT(textfieldName,';') FROM tableName;
to get "textvalue1;textvalue2;textvalue3" etc.
Any help appreciated. Simon