Hello All!
I have a simple question (I hope). I have a text box that adds up
information from other fields and displays a total based on entry. I want to
have another text box display a message that changes based on the range the
score falls into.
Example
1-18 = Poor
19-36 = Below Average
37-54 = Average
55 - 72 = Above Average
73 - 90 = Standand
Any ideas?
Thanks.
S.Y.M. Wong-A-Ton - 26 Oct 2006 00:27 GMT
Set up rules on the first text box with an action each that sets the value of
the second text box based on a condition (use the "Set Condition" button on
the "Rule" dialog box) of the value of the first text box falling within a
certain range. For a condition for each rule you can use two lines: The first
comparing the value of the first text box to a number using the "is greater
than or equal to" comparison AND the second comparing the value of the first
text box to a number using the "is less than or equal" comparison.
---
S.Y.M. Wong-A-Ton
> Hello All!
>
[quoted text clipped - 13 lines]
>
> Thanks.