J
JimP
I have a recordset that has multiple "CustID" values for a grouping. I want
to concatenate the "CustID" values into a string. I can do this via code by
opening the recordset and advancing through the records, creating a
concatenated string and adding each string to a table.
However, is there a way to do this directly in a query - some type of user
defined function?
to concatenate the "CustID" values into a string. I can do this via code by
opening the recordset and advancing through the records, creating a
concatenated string and adding each string to a table.
However, is there a way to do this directly in a query - some type of user
defined function?