I am trying to write a client data report from three tables. The tables are client table address table and phone table. The three tables are linked by client ID, and I am grouping by client id. Each client can have multiple address and multiple phone numbers.
The address teble has a field called addresstype that will indicate if it is a home address or an office address by way of a string field. The phone table has a simillar field.
My current result looks like the following:
Client Home address Home phone
Home address Office phone
Office address Home phone
Office address Office phone
What do i need to do to only show one of each address and one of each phone number?
I am using crystal reports 9 and reporting off of a sql database.
The address teble has a field called addresstype that will indicate if it is a home address or an office address by way of a string field. The phone table has a simillar field.
My current result looks like the following:
Client Home address Home phone
Home address Office phone
Office address Home phone
Office address Office phone
What do i need to do to only show one of each address and one of each phone number?
I am using crystal reports 9 and reporting off of a sql database.