I am having a problem with using two left joins from a single table. This may be hard to explain but here it goes....
First. Below is a SS of my query in design view:
The reason I am using the same table twice with the same join is becasue as you can see in the fields I have selected from those table I have filtering for two specific relationship types in the relationship type field (3 and 88) the values in the ID1 field are primary keys for different tables and that is why both instances of the same table (relationship instance) are joined to two diffent tables at the end.
Ok on to my problem
The data that intially comes from the Piping table is a total of 4 records currently. But when I run it through the whole query it returns only two.
My understanding is that the left join is supposed to show all records from the Ppiping table but only the records from the other two tables that match....
Why does it seem like the other tables are filtering records out of the piping table? (There are supposed to 4 but it returns 2)
Thanks for any light you guys can shed on this issue.
First. Below is a SS of my query in design view:
The reason I am using the same table twice with the same join is becasue as you can see in the fields I have selected from those table I have filtering for two specific relationship types in the relationship type field (3 and 88) the values in the ID1 field are primary keys for different tables and that is why both instances of the same table (relationship instance) are joined to two diffent tables at the end.
Ok on to my problem
The data that intially comes from the Piping table is a total of 4 records currently. But when I run it through the whole query it returns only two.
My understanding is that the left join is supposed to show all records from the Ppiping table but only the records from the other two tables that match....
Why does it seem like the other tables are filtering records out of the piping table? (There are supposed to 4 but it returns 2)
Thanks for any light you guys can shed on this issue.