I created a report in access 2003 to show Supplier Transaction Analysis. In one of my fields I have in the control source the following:
Name:SumBalance
Format: Euro
Decimal Places: 2
Control Source: =([OBTot]-([SumPurchase]+[SumBicInvoice]))+([SumPurchaseCredit]+[SumPayment])
Currently the report shows all amounts for this field, including amounts that have €0.00. What I want to do is have this report show the Sum Balance of this field with only amounts greater than €0.00 (e.g. €1.00).
Probably, need to use something like the IIF expression.
Any assistance greatly appreciated.
Name:SumBalance
Format: Euro
Decimal Places: 2
Control Source: =([OBTot]-([SumPurchase]+[SumBicInvoice]))+([SumPurchaseCredit]+[SumPayment])
Currently the report shows all amounts for this field, including amounts that have €0.00. What I want to do is have this report show the Sum Balance of this field with only amounts greater than €0.00 (e.g. €1.00).
Probably, need to use something like the IIF expression.
Any assistance greatly appreciated.