I have a one to many relationship table and I would like to display the many relationship data in a report separated by a coma instead of a column. Any suggestions...
Example
This is what it displays now
LeadID CountyName
102 Orange
102 Lake
104 Orange
104 Lake
104 Polk
104 Seminole
This is what I am trying to accomplish
102 Orange, Lake
104 Orange, Lake, Polk, Seminole
Example
This is what it displays now
LeadID CountyName
102 Orange
102 Lake
104 Orange
104 Lake
104 Polk
104 Seminole
This is what I am trying to accomplish
102 Orange, Lake
104 Orange, Lake, Polk, Seminole