Hi:
I have 2 tables.
Resolver Group table Client table
1st contact name Address
2nd contact name Phone number
3rd contact name Pager number
Resolver group name Name
The end result of the report is to list the address and phone of each of the contacts for each resolver group. If I do an equal join with the 3 contact name fields from the resolver group table to the name field of the client table, I get only the records which all 3 contact names are the same and the address, phone number, etc.. is displayed. If I do a left outer join with the 3 contact name fields, I get all records, but the address and phone number fields are blank. If I do a right outer join, I get the same results as the = join.
How can I list all 3 contact names and display their address, phone #, etc...
Can anyone help me with this please?
Thank you very much.
MJ500
I have 2 tables.
Resolver Group table Client table
1st contact name Address
2nd contact name Phone number
3rd contact name Pager number
Resolver group name Name
The end result of the report is to list the address and phone of each of the contacts for each resolver group. If I do an equal join with the 3 contact name fields from the resolver group table to the name field of the client table, I get only the records which all 3 contact names are the same and the address, phone number, etc.. is displayed. If I do a left outer join with the 3 contact name fields, I get all records, but the address and phone number fields are blank. If I do a right outer join, I get the same results as the = join.
How can I list all 3 contact names and display their address, phone #, etc...
Can anyone help me with this please?
Thank you very much.
MJ500