Hi,
I have an unbound text box which I am trying to get to return a value based on other text boxes. This is my expression:
=IIf([F3]<=4,10,IIf([F3]>=15,30,IIf([F3]=Null,0,20)))
[F3] is the field.
Problem is I cannot get it to retun "10" if the F3 has no value. F3 may not have a vlue...