I am comparing data in a few fields, two of which are percent and dollars. I am comparing these fields to a secondary connection value that appears on my form as hints. Let's say 10% appears in the percent field and $200 in the dollars field as hints. On a changeable percent box, I want to change a text status to invalid if the main form entry percent field is greater than 10. Next, I want to say "Invalid dollars" if less than 200 for the fillable dollar field. If I move top down, entering the percent first and the dollar second, everything works fine. If I pull a switcharoo and change my mind, going backwards and re-changing the percent to a valid amount, my text status doesn't change. In short, top down and done, works every time. Bottom up or switching aroundback and forth with the order doesn't fire the rule on the percent field again. Sorry for this confusing explanation.
Secondary Connection: Percent - Shows as a hint
Secondary Connection: Dollars - Shows as a hint
Main Form Fillable field: Percent Entered Rule1 on this field sets the text of Text Status If > 10 then Invalid
Alternate If >=10 then Valid
Main Form Fillable field: Dollars Entered Rule2 on this field sets the text of Text Status If =200 then Valid
Main Form viewable but not fillable: Text Status.
Any ideas are welcome. Thank you!
Sean