W
wizcow2
Guest
I have a textbox on my report with this as the control source...
=Sum([DiscountCalc]+[Tax1Calc]+[Tax2Calc])
If the textbox is empty (or null) it displays '#Error'
I would like it to display '0'
Can I use an IIF statement with the Sum?
Thanks
Tom
=Sum([DiscountCalc]+[Tax1Calc]+[Tax2Calc])
If the textbox is empty (or null) it displays '#Error'
I would like it to display '0'
Can I use an IIF statement with the Sum?
Thanks
Tom