Modify report

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
 
P

Pat Hartman\(MVP\)

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.
 
Top