Show Multiple Values on one row

C

cp2599

I have a phone table with multiple records for one individual. I want
to show all the phone types and numbers for an individual on one row.
How do I get them to appear on one row with the Individual Name?

Phone Table:
PhoneID
IndID
PhoneType
PhoneNo

Ind Table:
IndID
IndName
 
Top