Graph Contraints

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top