G
Guest
In our database, we wish to have the following:
item #1 is either yes/no. Item #2 has 5 possible values, say, A,B,C,D, and E.
We want it to behave as follows:
if the user inputs item #1 as yes, then Item #2 will only allow C,D, or E as
possible values (ideally, in adjacent drop down list)
if the user inputs item #1 as no, the Item #2 will allow only A,B,or C as
possible values.
I would appreciate help, even if it's to a reference to the type of control
I need to look up for this situation.
item #1 is either yes/no. Item #2 has 5 possible values, say, A,B,C,D, and E.
We want it to behave as follows:
if the user inputs item #1 as yes, then Item #2 will only allow C,D, or E as
possible values (ideally, in adjacent drop down list)
if the user inputs item #1 as no, the Item #2 will allow only A,B,or C as
possible values.
I would appreciate help, even if it's to a reference to the type of control
I need to look up for this situation.