G
Guest
Hi,
I have been modifying the inventory control template located in Access
templates to suit our inventory control requirements. What I can't work out
is how to not print any records that have a value of 0 'UnitsOnHand'. The
UnitsOnHand is calculated from the sum of UnitsReceived minus the sum of
UnitsSold for each Item. I can display all records in the Report, but I would
like to only view those records where I still have units on hand, ie. not 0.
It appears I cannot create a filter based on the following calculation:
(Sum(nz[UnitsReceived])-Sum(nz[UnitsSold]))<>0
Any thoughts or suggestions would be greatly appreciated.
Andrew S.
I have been modifying the inventory control template located in Access
templates to suit our inventory control requirements. What I can't work out
is how to not print any records that have a value of 0 'UnitsOnHand'. The
UnitsOnHand is calculated from the sum of UnitsReceived minus the sum of
UnitsSold for each Item. I can display all records in the Report, but I would
like to only view those records where I still have units on hand, ie. not 0.
It appears I cannot create a filter based on the following calculation:
(Sum(nz[UnitsReceived])-Sum(nz[UnitsSold]))<>0
Any thoughts or suggestions would be greatly appreciated.
Andrew S.