Hi,
I have 10 combo boxes called
cbo_wens1 to cbo_wens10
The Rowsource for all the combo's is the same;
;
However if a item in cbo_wens1 is selected, the list of possibilities in the other nine comboboxes must be without the selected item in cbo_wens1.
When the user selects the dropdown of combox cbo_wens2, the user shouls only see items that have not been selected in one of the other comboboxes.
Any help is really appreciated !
Regards,
Pierkes
I have 10 combo boxes called
cbo_wens1 to cbo_wens10
The Rowsource for all the combo's is the same;
Code:
SELECT Q_wensen.ID_wens, Q_wensen.variabele FROM Q_wensen
However if a item in cbo_wens1 is selected, the list of possibilities in the other nine comboboxes must be without the selected item in cbo_wens1.
When the user selects the dropdown of combox cbo_wens2, the user shouls only see items that have not been selected in one of the other comboboxes.
Any help is really appreciated !
Regards,
Pierkes
Comment