issues with #error can't seem to suppress it
hi ,all
i wonder if someone could help me. I'm trying to suppress the #error when the total is null.
see above is what i have tried with no avail :banghead:
any help much appreciated
thanks in advance
Shane
Code:
=[PaymentSearch subform].[Form]![Total]
tried
=nz([PaymentSearch subform].[Form]![Total],0)
get !#size error
i wonder if someone could help me. I'm trying to suppress the #error when the total is null.
see above is what i have tried with no avail :banghead:
any help much appreciated
thanks in advance
Shane
Last edited: