I posted the above formula in my report, now I get a list with a comma in the front of the list and it duplicates the information for every "name" that I have associated with a specific ID Number.
I am trying to use this as a subreport in an existing report. The reports are linked with a common ID number. A specific ID Number has different values than another ID number.
ID 001 has 4 names linked to it that I need listed in the comma list. Here is what I see now...
ID 001 Report -
Subreport
, Name 1
, Name 1, Name 2
, Name 1, Name 2, Name 3
, Name 1, Name 2, Name 3, Name 4
Here is what I need
ID001 Report
Subreport
Name 1, Name 2, Name 3, Name 4
TIA