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.
 

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

Back
Top