J
Justin
Is there a cionstraint on the number of records a graph can display? My Row
Source query displayed below gad ~6800 records, but only ~2/3 of the data are
displayed on the Trend Graph.
SELECT tblZHoldFiberLotNumber.FiberLotNumber, tblZHoldFiberLotNumber.Field3
FROM tblZHoldFiberLotNumber
WHERE (((tblZHoldFiberLotNumber.Field3) Is Not Null))
ORDER BY tblZHoldFiberLotNumber.FDate;
Any assistance will be appreciated.
Source query displayed below gad ~6800 records, but only ~2/3 of the data are
displayed on the Trend Graph.
SELECT tblZHoldFiberLotNumber.FiberLotNumber, tblZHoldFiberLotNumber.Field3
FROM tblZHoldFiberLotNumber
WHERE (((tblZHoldFiberLotNumber.Field3) Is Not Null))
ORDER BY tblZHoldFiberLotNumber.FDate;
Any assistance will be appreciated.