fraser_lindsay
Access wannabe
- Local time
- Today, 21:24
- Joined
- Sep 7, 2005
- Messages
- 218
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 depending on other fields within the form.
I have tried "Null" but it isn't working.
Can anyone help please?
Thanks
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 depending on other fields within the form.
I have tried "Null" but it isn't working.
Can anyone help please?
Thanks