how can i create my report without displaying all the zero items in my inventory list
M mccoy May 31, 2007 #1 how can i create my report without displaying all the zero items in my inventory list
B Baz May 31, 2007 #2 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)
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)