G
Guest
This is hard to explain but I'm trying to reference a 2 column table in my
form. The first column is a business unit name and the second is a small list
of names associated with that unit.
I'm trying to create a form where the user selects a business unit in one
field, and in another he has to select 1 name that is a subset of the names
related to that unit. For example, if he goes into the form and selects
business unit C, he has to also select a name from a list of names only
associated with that unit.
Can you help me figure out how to design this? I'm guessing I'd have to
write an expression somewhere that says "if you choose business unit A in
field 1, then your options in field 2 are x, y, and z."
form. The first column is a business unit name and the second is a small list
of names associated with that unit.
I'm trying to create a form where the user selects a business unit in one
field, and in another he has to select 1 name that is a subset of the names
related to that unit. For example, if he goes into the form and selects
business unit C, he has to also select a name from a list of names only
associated with that unit.
Can you help me figure out how to design this? I'm guessing I'd have to
write an expression somewhere that says "if you choose business unit A in
field 1, then your options in field 2 are x, y, and z."