Hi,
I am writing a report which lists clients and their phone numbers. I would like it to display as one row --
Client Name Phone 1 Phone 2 Phone 3 Phone 4
However, the phone numbers are stored in a separate table then the client info and when I join them, the query ends up with multiple rows per client (a row for each phone #). How can I stop this?
Thanks very much for the help!
I am writing a report which lists clients and their phone numbers. I would like it to display as one row --
Client Name Phone 1 Phone 2 Phone 3 Phone 4
However, the phone numbers are stored in a separate table then the client info and when I join them, the query ends up with multiple rows per client (a row for each phone #). How can I stop this?
Thanks very much for the help!