M
Mary M
We have a table that has multiple records for a contact with a code
indicating the contact type.
Example:
NAME CODE
john doe BROT
john doe EM1
john doe EM2
joe smith COUS
joe smith EM1
Is there a way to run a query that would combine the codes to one contact
line?
Example of Desired Output:
NAME CODE1 CODE2 CODE3
john doe BROT EM1 EM2
joe smith COUS EM1
Many thanks for any help that can be offered.
indicating the contact type.
Example:
NAME CODE
john doe BROT
john doe EM1
john doe EM2
joe smith COUS
joe smith EM1
Is there a way to run a query that would combine the codes to one contact
line?
Example of Desired Output:
NAME CODE1 CODE2 CODE3
john doe BROT EM1 EM2
joe smith COUS EM1
Many thanks for any help that can be offered.