G
Guest
I posted this question earlier, but still have not found a solution to my
problem. 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],0)+Nz([Eval Tech score]![Text40],0)
TB
problem. 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],0)+Nz([Eval Tech score]![Text40],0)
TB