G
Guest
Hello,
I have a table with only two fields per record:
Customer ID | Response
It is possible for a Customer to answer 1-7. If they answer multiple times
(such as 1, 3, and 7) they would create three records in the table as such:
5 | 1
5 | 3
5 | 7
I need to create a new table that combines all answers for each particular
Customer ID so that the single records would look like:
5 | 1 3 7
I know there has to be a simple solution that is eluding me and would
appreciate any help. Thank you in advance,
Jack
I have a table with only two fields per record:
Customer ID | Response
It is possible for a Customer to answer 1-7. If they answer multiple times
(such as 1, 3, and 7) they would create three records in the table as such:
5 | 1
5 | 3
5 | 7
I need to create a new table that combines all answers for each particular
Customer ID so that the single records would look like:
5 | 1 3 7
I know there has to be a simple solution that is eluding me and would
appreciate any help. Thank you in advance,
Jack