do not print zero records

M

mccoy

how can i create my report without displaying all the zero items in my
inventory list
 
B

Baz

Use a query as the record source for the report, and specify criteria in the
query which exclude records with zero values in the relevant field(s)
 
Top