I have a very simple issue… but darned if I can get it to work!
on a subreport are two fields… LegID which is not visible, it simply links the parent/child… and the field tablenumber. for each legID, there are potentially several TableNumbers. I want the format of the output of this field to be a comma’d list reading from left to right, rather than the normal list output.
for example…
13
14
9
7
should read as 13,14,9,7
Thanks for any help you can give… Jenn