- Aug 28, 2003
- 4,084
- 17
- 81
Hey everyone.. I'm trying to figure out this seemingly simple join over 3 tables. They are related as:
Header
Detail
Other_Detail
Header.key_field = Detail.key_field1
Detail.key_field1 = Other_Detail.key_field1
Detail.key_field2 = Other_Detail.key_field2
The only problem is that Other_Detail may or may not have any data for the key_field combinations.
I need the records returned if there is anything in the Header / Detail tables.
I thought I had it.. but i'm only getting return values if data exists in all 3 tables.
thanks a bunch.
RP
Header
Detail
Other_Detail
Header.key_field = Detail.key_field1
Detail.key_field1 = Other_Detail.key_field1
Detail.key_field2 = Other_Detail.key_field2
The only problem is that Other_Detail may or may not have any data for the key_field combinations.
I need the records returned if there is anything in the Header / Detail tables.
I thought I had it.. but i'm only getting return values if data exists in all 3 tables.
thanks a bunch.
RP