Base your report on a query rather than directly from a table, and have that
query removes those records you don't want:
SELECT *
FROM myTable
WHERE someField <> 0 AND 0 <> len(Trim(someField & "" ) )
Sure, if you really want to supress the WHOLE page containing multiple
records as soon as ONE of the record has the expression equals to 0, as
example, that won't work, since the proposed solution removes ONLY the rows
having the said behavior.
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.