J
JulieD
hi all
i know that i can filter the elements in one combo box based on a selection
in another combo box but i can't seem to get this one to work:
combobox1 has lists of contracts - "A", "B", "C", "D", "E" etc
combobox2 has lists of aircraft - "plane1", "plane2", "plane3" etc
in the aircraft table there is a contract field,
plane1 is contract "A"
plane2 is contract "A"
plane3 has no contract assigned
plane4 is contract "B"
plane5 has no contract assigned
"C", "D" & "E" have not been used yet in the aircraft table
what i would like to do is in combobox2 display plane1 & plane2 if "A" is
selected (in combobox1), and plane4 if "B" is selected. However, if "C",
"D" or "E" is selected then i would like plane3 & plane5 displayed.
I really need help with this urgently because once this is done my database
is finished (yay!).
Cheers
JulieD
i know that i can filter the elements in one combo box based on a selection
in another combo box but i can't seem to get this one to work:
combobox1 has lists of contracts - "A", "B", "C", "D", "E" etc
combobox2 has lists of aircraft - "plane1", "plane2", "plane3" etc
in the aircraft table there is a contract field,
plane1 is contract "A"
plane2 is contract "A"
plane3 has no contract assigned
plane4 is contract "B"
plane5 has no contract assigned
"C", "D" & "E" have not been used yet in the aircraft table
what i would like to do is in combobox2 display plane1 & plane2 if "A" is
selected (in combobox1), and plane4 if "B" is selected. However, if "C",
"D" or "E" is selected then i would like plane3 & plane5 displayed.
I really need help with this urgently because once this is done my database
is finished (yay!).
Cheers
JulieD