B
Brandon
I have a form that contains 2 drop down boxes and a text box. I want one or
the other drop down box to appear in the form based off what is entered in
the text box. For example:
If 1234 or 4321 is entered in the text box i want drop down box 1 to be
hidden and drop down box 2 to appear.
If something other then 1234 or 4321 is entered in the text box i want drop
down box 1 to appear and drop down box 2 to be hidden.
I currently have the following conditional formatting set for each drop down
box.
Drop down box 1:
If text box is equal to 1234 or 4321 hide this control. (this works
correctly but drop down box 2 does not appear)
Drop down box 2:
If text box is not equal to 1234 or 4321 hide this control. (this works
correctly as drop down box 1 will appear not be hidden)
Here is what is happening:
When the form initally opens the text box has a placeholder of xxxx and only
drop down box one appears. If 1234 or 4321 is entered in the text box drop
down box 1 disappears but drop down box 2 does not appear. If you change the
value of the text box to something other then 1234 or 4321 drop down box 1
will reappear and drop down box 2 will be hidden.
I have verified none of the "stop processing rules" are checked any where in
the form.
I'm not sure what is happening and why this is not working correclty but any
suggestions or insight will be greatly appreciated.
Thanks,
Brandon
the other drop down box to appear in the form based off what is entered in
the text box. For example:
If 1234 or 4321 is entered in the text box i want drop down box 1 to be
hidden and drop down box 2 to appear.
If something other then 1234 or 4321 is entered in the text box i want drop
down box 1 to appear and drop down box 2 to be hidden.
I currently have the following conditional formatting set for each drop down
box.
Drop down box 1:
If text box is equal to 1234 or 4321 hide this control. (this works
correctly but drop down box 2 does not appear)
Drop down box 2:
If text box is not equal to 1234 or 4321 hide this control. (this works
correctly as drop down box 1 will appear not be hidden)
Here is what is happening:
When the form initally opens the text box has a placeholder of xxxx and only
drop down box one appears. If 1234 or 4321 is entered in the text box drop
down box 1 disappears but drop down box 2 does not appear. If you change the
value of the text box to something other then 1234 or 4321 drop down box 1
will reappear and drop down box 2 will be hidden.
I have verified none of the "stop processing rules" are checked any where in
the form.
I'm not sure what is happening and why this is not working correclty but any
suggestions or insight will be greatly appreciated.
Thanks,
Brandon