Modify report

  • Thread starter Thread starter jshelp
  • Start date Start date
J

jshelp

I have just made a report after linking to a database. There are
various qty's in the finished parts feild, I would like to only
display quanitity greater than zero? Thanks in advance for any help...

Jack
 
You need to add criteria to the query to select only rows where the finished
parts field is > 0. If the report is not already based on a query, make one
with the criteria and replace the table name in the report's RecordSource
with the name of the query.
 
Back
Top