Hi,
Let say I have a combo box with the following items: Blue - Green - White - Yellow.
When the user select one item, another combobox is displayed to allow him to choose another item.
Now what I want to do is: when the user select an item, that item should not show anymore when the other combobox appears.
Example: If the user chooses blue the first time, then blue should not show again when the user want to choose another item.
Can someone help me with that?