Select PoHead.*, PoItem.*, PoItem.Tranno as Tranno from PoItem INNER JOIN
[PoHead] ON PoItem.Tranno = PoHead.Tranno Where PoHead.TranDate >
#5/10/2005# AND PoHead.TranDate < #9/10/2005# AND TRUE ORDER BY
PoHead.TranDate , PoHead.Supplier Code, PoHead.ProjectC ode, PoItem.StockCod e
When
Date1 = #5/10/2005#
Date2 = #9/10/2005#
the command no record selected but when Date2 = #10/10/2005#, the record for
#6/10/2005# will capture.
What is the problem ?
[PoHead] ON PoItem.Tranno = PoHead.Tranno Where PoHead.TranDate >
#5/10/2005# AND PoHead.TranDate < #9/10/2005# AND TRUE ORDER BY
PoHead.TranDate , PoHead.Supplier Code, PoHead.ProjectC ode, PoItem.StockCod e
When
Date1 = #5/10/2005#
Date2 = #9/10/2005#
the command no record selected but when Date2 = #10/10/2005#, the record for
#6/10/2005# will capture.
What is the problem ?
Comment