3 tables
PartTran -> ShipDtl -> ShipHead
Between PartTran & ShipDtl = Left Outer Join
Between ShipDtl & ShipHead = Equal Join
All is ok.
Records from PartTran who don't have corresponding in ShipDtl are listed.
But if I put "ShipDate", a field from ShipHead, only the records that match between PartTran and ShipDtl are displayed.
Why it is not functioning ? Can't I put a table after a Left Outer Join ?
My Database is Progress 9.1b and I use Crystal Reports Professional 8.0
P.S. (I can't reach ShipHead by any other link, so I must pass by ShipDtl which is already a Many to One relationship)
Thanks in advance.
Maxime
PartTran -> ShipDtl -> ShipHead
Between PartTran & ShipDtl = Left Outer Join
Between ShipDtl & ShipHead = Equal Join
All is ok.
Records from PartTran who don't have corresponding in ShipDtl are listed.
But if I put "ShipDate", a field from ShipHead, only the records that match between PartTran and ShipDtl are displayed.
Why it is not functioning ? Can't I put a table after a Left Outer Join ?
My Database is Progress 9.1b and I use Crystal Reports Professional 8.0
P.S. (I can't reach ShipHead by any other link, so I must pass by ShipDtl which is already a Many to One relationship)
Thanks in advance.
Maxime