Filtering data before displaying report

  • Thread starter Thread starter WSF
  • Start date Start date
W

WSF

Access97
I have a stock usage report based on a table which includes the fields
[Qty] and [SOH].

I would like to be able to present in the report only those records
where the Qty is greater than a third of the SOH. In other words I do
not want to display the record if the Qty used is a third or less of the
SOH.

Can this be done at the report level?

Any help gratefully appreciated,
WSF
 
Create a query that will return the records that you desire. Base a report
on that query.
 
Back
Top