M
Maury Markowitz
I have a continuous forms layout with a field that returns the value
from a calculation Function in the form's module. The function relies
on two inputs being typed into separate fields at the top of the form.
If they aren't there, the system gets an error in the calculation,
which is fine, but the field reads "#Error". That's ugly, I'd rather
it simply be blank.
I tried several variations of Iif and IsError, but nothing worked.
Then I tried nothing more than =IsError(calculate()), and THAT
returned #Error. I assume that's because the missing values throw an
exception?
If so, what's a good approach to this problem?
Maury
from a calculation Function in the form's module. The function relies
on two inputs being typed into separate fields at the top of the form.
If they aren't there, the system gets an error in the calculation,
which is fine, but the field reads "#Error". That's ugly, I'd rather
it simply be blank.
I tried several variations of Iif and IsError, but nothing worked.
Then I tried nothing more than =IsError(calculate()), and THAT
returned #Error. I assume that's because the missing values throw an
exception?
If so, what's a good approach to this problem?
Maury