Suppress records from printing in report when value of a field is

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

There must be a very easy way to supress a record from printing if a
specified value in one of the fields is = 0.

Thanks in advance for the help!
 
Set a criteria in the report's record source like:
WHERE [SomeField]<>0
 

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