Hi all,
I have a series of combo boxes on a form that I wish to be dependent on each other in this way.
1. C1 - no dependancies
2. C2 - list is filtered by option in chosen in C1
The above part I have working.
3. C3 - I want the combobox list to have 2 values, these values need to be the value chosen in C1 and the value in C2.
4. C4 - can be like C3 if I can't do this next part.
C4 is dependant on C3 in that it should be
whichever value was not chosen in C3
Concept:
C1 and C2 are the users choices for pieces of hardware.
C3 and C4 allow the user to choose the source and destination of the signals between the pieces of hardware.
Can it be done? Thanks in advance.
I have a series of combo boxes on a form that I wish to be dependent on each other in this way.
1. C1 - no dependancies
2. C2 - list is filtered by option in chosen in C1
The above part I have working.
3. C3 - I want the combobox list to have 2 values, these values need to be the value chosen in C1 and the value in C2.
4. C4 - can be like C3 if I can't do this next part.
C4 is dependant on C3 in that it should be
whichever value was not chosen in C3
Concept:
C1 and C2 are the users choices for pieces of hardware.
C3 and C4 allow the user to choose the source and destination of the signals between the pieces of hardware.
Can it be done? Thanks in advance.