M
Mike Abrahamson
I would like my query to display results so that each customer ID is listed
only once, while the codes assigned in a separate table are displayed as a
delimited list in one field. For instance, right now it shows up as this:
CustomerID Category Code
001 X A
001 X B
002 X A
003 X A
003 X B
003 X C
But I want it to display as this:
CustomerID Category Code
001 X A; B
002 X A
003 X A; B; C
Is there a simple expression I can use or does this require some major
coding? I'm at a loss and have searched high and low for the answer. Can
this be done?
Thanks a million for any help!
Mike Abrahamson
only once, while the codes assigned in a separate table are displayed as a
delimited list in one field. For instance, right now it shows up as this:
CustomerID Category Code
001 X A
001 X B
002 X A
003 X A
003 X B
003 X C
But I want it to display as this:
CustomerID Category Code
001 X A; B
002 X A
003 X A; B; C
Is there a simple expression I can use or does this require some major
coding? I'm at a loss and have searched high and low for the answer. Can
this be done?
Thanks a million for any help!
Mike Abrahamson