1st thread removed.
My situation:
10 comboboxes(arrayed) on a form. On form load, loads all 50 states into the combobox and waits for user selection.
My problem: Once the user picks a state in 1 of the 10, I would like the other 9 to exclude that state in it's selection. I fugured that would be easy enuff, but what if the user picked "Texas" in cboState(5), then I have to make cboState(0-4) then cboState(6-9) exclude "Texas". Can this be done?




Reply With Quote