A
Anne
I have an inventory report with displays what items we have in stock and the
quantity. The report contains a subreport (Inventory Transactions) where the
[UnitsOnHand], are report are calculated. This is the calculation.
=Sum(nz([UnitsReceived])-nz([UnitsShrinkage])-nz([UnitsSold]))
The [QuantityOnHand] in the main report uses this as the control source
=[Inventory Transactions].Report!UnitsOnHand
If the quantity is zero I do not want that item to show on my report. How
do I eliminate the items that have zero on hand?
quantity. The report contains a subreport (Inventory Transactions) where the
[UnitsOnHand], are report are calculated. This is the calculation.
=Sum(nz([UnitsReceived])-nz([UnitsShrinkage])-nz([UnitsSold]))
The [QuantityOnHand] in the main report uses this as the control source
=[Inventory Transactions].Report!UnitsOnHand
If the quantity is zero I do not want that item to show on my report. How
do I eliminate the items that have zero on hand?