J
JenniferLee
First of all, I am not a programmer!
I am creating a form to order computer hardware. A repeating table includes
a drop down list where people can choose to order a monitor, desktop
computer, notebook computer, printer, etc. I am trying to do a conditional
format where if a person chooses a notebook computer, the default value of a
text box below changes to read "VP approval required". Otherwise, it should
read "Supervisor approval required." The problem is, people can add rows to
the repeating table and order a notebook computer, a printer, a scanner, etc.
all on the same form. How can I conditionally set this so that if any one of
the values in the repeating table is "notebook" then the text box reads "VP
approval required"?
As it is now, the last selected value in the repeating table determines the
value of the text box.
If there is any programming required, please be specific as I am not a
programmer. Thanks.
I am creating a form to order computer hardware. A repeating table includes
a drop down list where people can choose to order a monitor, desktop
computer, notebook computer, printer, etc. I am trying to do a conditional
format where if a person chooses a notebook computer, the default value of a
text box below changes to read "VP approval required". Otherwise, it should
read "Supervisor approval required." The problem is, people can add rows to
the repeating table and order a notebook computer, a printer, a scanner, etc.
all on the same form. How can I conditionally set this so that if any one of
the values in the repeating table is "notebook" then the text box reads "VP
approval required"?
As it is now, the last selected value in the repeating table determines the
value of the text box.
If there is any programming required, please be specific as I am not a
programmer. Thanks.