G
Guest
In my report I have an unbound text box [Text25] that shows a percentage
based on the values in two other text boxes (ex: =[Text22]/[Text23]). In a
fourth box [Text4], I have the following conditional statement:
=IIf([Text25]>=".9500","Pass","Fail")
This statement works the first time, but if the values change in [Text25] to
below 95%, the value in [Text4] still returns "Pass" unless I fiddle with the
statement and then try it again.
Am I wrong to assume that if the value in [Text25] drops below 95%, [Text4]
should read "Fail" which is the desired outcome?
What have I done wrong? How do I fix this statement to produce the desired
outcome every time?
Thanks in advance for your assistance.
based on the values in two other text boxes (ex: =[Text22]/[Text23]). In a
fourth box [Text4], I have the following conditional statement:
=IIf([Text25]>=".9500","Pass","Fail")
This statement works the first time, but if the values change in [Text25] to
below 95%, the value in [Text4] still returns "Pass" unless I fiddle with the
statement and then try it again.
Am I wrong to assume that if the value in [Text25] drops below 95%, [Text4]
should read "Fail" which is the desired outcome?
What have I done wrong? How do I fix this statement to produce the desired
outcome every time?
Thanks in advance for your assistance.