G
Guest
The following expression is what I am using to add scores from two different
forms. It works if both fields have values in them, but if one field does
not have a vaule it returns #Error. How can I correct this so that it does
not display "#Error" in the field?
=Nz([Eval Grants score]![Text30]+[Eval Tech score]![Text40],0)
TB
forms. It works if both fields have values in them, but if one field does
not have a vaule it returns #Error. How can I correct this so that it does
not display "#Error" in the field?
=Nz([Eval Grants score]![Text30]+[Eval Tech score]![Text40],0)
TB