Hello i have a query with Totals, and i have all my fields grouped up except the qty field which has the sum in it, and the qty keeps going up and down sometimes it hits 0.
is it possible to hide the grouped up record which has 0 ? i tryed something out but didn't work i created a table with Complete/Incomplete in it, and set an IIF statement in the qeury which says
Code:
IIF sum = 0 then ([Transaction Types].[Complete/Incomplete]="Complete",([Transaction Types].[Complete/Incomplete]="Incomplete"
my goal is to hide the 0 in the subform, within the mainform. and if theres anyway of hiding the record with 0 it would greatly be appreciated
Thank You.