Hello --
I am working on a project and have a challenge that is eluding me. I have concatenated about 7 fields using a comma (,).
1) ,,,,CBC500,,,,CBC501,,
2) ,,,,,CBC100,,,,,
How do I keep a single comma to delineate, but remove any unnecessary commas. So for item 1, I want to see:
CBC500,CBC501
Thanks,
Seth