I have a single query that contains a list of info for say medical patients and services they have used. Example - John had 3 services Mary had 2. I need to create a single line of services for each activity ID. So I am trying to turn this --->
Activity ID Patient Service
123 John AAA
123 John BBB
123 John CCC
124 Mary ZZZ
124 Mary XXX
Into this --->
Activity ID Patient Service
123 John AAA BBB CCC
124 Mary ZZZ XXX
Any ideas on how this can be done? Thanks in advance - Much appreciated!! Rob
Activity ID Patient Service
123 John AAA
123 John BBB
123 John CCC
124 Mary ZZZ
124 Mary XXX
Into this --->
Activity ID Patient Service
123 John AAA BBB CCC
124 Mary ZZZ XXX
Any ideas on how this can be done? Thanks in advance - Much appreciated!! Rob