One of the calculated controls on my form often divides by 0 thus giving the
#Num! error in the control. Is there a way I can write my calculation to
avoid this, i.e. display 0 if this occurs? I tried using
=IIf(IsError(Ca lculation),0,Ca lculation) but no dice. (The calculation/IIf
statement is the Control Source for the control, not done through vba)
#Num! error in the control. Is there a way I can write my calculation to
avoid this, i.e. display 0 if this occurs? I tried using
=IIf(IsError(Ca lculation),0,Ca lculation) but no dice. (The calculation/IIf
statement is the Control Source for the control, not done through vba)
Comment