I have a field and I want to string the data see example below
CONSOL_NUMB CUST_PO
1000738 64905400
1000738 64905380
I want the string to be like example below
CONSOL_NUMB CUST_PO
1000738 64905400,64905380
I keep getting a string array should be used here but I don't know how to use it please help.
CONSOL_NUMB CUST_PO
1000738 64905400
1000738 64905380
I want the string to be like example below
CONSOL_NUMB CUST_PO
1000738 64905400,64905380
I keep getting a string array should be used here but I don't know how to use it please help.