Using IFF function in textboxes

  • Thread starter Thread starter tsison7
  • Start date Start date
T

tsison7

I want to evaluate an equation based on (2) existing variables on a form and
to avoid a division by zero error I was hoping to use the Iff function in the
textbox.

I tried using the IFF function in a textbox as follows Iff(den<>0, num/den,
0) but I take it that function doesn't work in a textbox. Any suggestions on
how to accomplish this by other means?
 
Back
Top