Hi
I have 2 tables as per below, table 1 has the exact people i require in it but table 2 has an extra bit of detail i need to pull in. Currently i have created 2 relationship from table 1 to table 2 (firstName - ChristianName) and (Surname - SecondName). these are on a include all records from table 1 and equal records from table 2 join type.
Table1
FirstName Surname
Table2
ChristianName SecondName PhoneNumber
When i run a query to pull back the data i am getting more records than are in table 1, after some investigation it was duplictaing rows in table 1 where it found a match in table 2 but there was a null PhoneNumber.
Can anyone help me with this?
I have 2 tables as per below, table 1 has the exact people i require in it but table 2 has an extra bit of detail i need to pull in. Currently i have created 2 relationship from table 1 to table 2 (firstName - ChristianName) and (Surname - SecondName). these are on a include all records from table 1 and equal records from table 2 join type.
Table1
FirstName Surname
Table2
ChristianName SecondName PhoneNumber
When i run a query to pull back the data i am getting more records than are in table 1, after some investigation it was duplictaing rows in table 1 where it found a match in table 2 but there was a null PhoneNumber.
Can anyone help me with this?