Suppress Printing Reports That Contain No Data in Some Fields

H

Herb

How can I suppress printing of records in a report that contain no data? My
query has several attributes and I am only interested in reporting those that
contain data. I tried modifying my query with "not null" conditions for each
field, but that did not work when the same condition was applied over several
attributes.
 
Top