J
Jess
I have a textbox (textbox1) on a continuous form with conditional formatting.
There are just two conditions:
Condition1 sets textbox1 font color to blue when it gets the focus.
Condition2 sets textbox1 font color to red when other control (textbox2) in
this form reads true –textbox2 can read "true" or "false".
Condition1 works great all the time. However, condition2 does not work
unless I take out condition1. When textbox1 gets the focus and textbox2 reads
“trueâ€, textbox1 font color sets itself to blue –correct behavior. However,
when textbox1 does not have the focus and textbox2 reads “falseâ€, textbox1
font color sets itself to blue. This is not the intended behavior since
textbox1 font color should be red. As previously stated, condition2 works if
I delete condition1.
What am I missing here?
Thanks in advance
There are just two conditions:
Condition1 sets textbox1 font color to blue when it gets the focus.
Condition2 sets textbox1 font color to red when other control (textbox2) in
this form reads true –textbox2 can read "true" or "false".
Condition1 works great all the time. However, condition2 does not work
unless I take out condition1. When textbox1 gets the focus and textbox2 reads
“trueâ€, textbox1 font color sets itself to blue –correct behavior. However,
when textbox1 does not have the focus and textbox2 reads “falseâ€, textbox1
font color sets itself to blue. This is not the intended behavior since
textbox1 font color should be red. As previously stated, condition2 works if
I delete condition1.
What am I missing here?
Thanks in advance