I have a work table which has two fields in it, a person's id and the deduction description. The person's Id is the matching field in all records. Basically I could group on this field if the other field was a sum or some sort. However the Deftinition is text and I need to create a string of all of them if. So basically I need to create one record out of this table that has the person's ID and then all the records definitions concatenated as a string. Does anyone know how I can do this? Here is an example.
ID Description
25093 401K
25093 Child Support
25093 Life Insurance
Thank you for you help with this.
Micki
ID Description
25093 401K
25093 Child Support
25093 Life Insurance
Thank you for you help with this.
Micki