Try modifying the formula #2 that is on the details section of the Subreport to:
whileprintingrecords;
stringvar dates;
If instr(dates, {Year}) = 0 then
dates := dates + {Year} + ", ";
-Abhilash
Try modifying the formula #2 that is on the details section of the Subreport to:
whileprintingrecords;
stringvar dates;
If instr(dates, {Year}) = 0 then
dates := dates + {Year} + ", ";
-Abhilash