redsteve11
MIS
I have 5 comboboxes all with the same query as the rowsource.
The user fills in all the comboboxes, but I want to prevent them from choosing the same list option in multiple comboboxes.
I tried setting criteria in the query to something like this...
<>[Forms]![frm_FORMNAME]![Combo1]
then tried messing with the ReQuery event in the form, but couldn't get it to work. (I tried it in the AfterUpdate event in all the comboboxes)
If I can't get that option to work, is it easy if the user hits a command button and a message box pops up indicating that there are at least 2 comboboxes with similar values?
Thanks
The user fills in all the comboboxes, but I want to prevent them from choosing the same list option in multiple comboboxes.
I tried setting criteria in the query to something like this...
<>[Forms]![frm_FORMNAME]![Combo1]
then tried messing with the ReQuery event in the form, but couldn't get it to work. (I tried it in the AfterUpdate event in all the comboboxes)
If I can't get that option to work, is it easy if the user hits a command button and a message box pops up indicating that there are at least 2 comboboxes with similar values?
Thanks