My contacts can have as many as five or six phone numbers - is it
possible to make a query that puts the name, and each phone number
after it on the same line - for this reason I have two tables - client
and phone linked by client id
right now I get
contact a - phone number 1
contact a - phone number 2
I would like
contact a - phone number1, phone number 2
possible to make a query that puts the name, and each phone number
after it on the same line - for this reason I have two tables - client
and phone linked by client id
right now I get
contact a - phone number 1
contact a - phone number 2
I would like
contact a - phone number1, phone number 2
Comment