I know that using a listbox for multiple selections, being stored in a table, is not the best choice. That it violated standardization.
What I am working on instead is a continuous form with combo boxes. What I would like to do, though, is that if someone selects an option in the combo box, that option would no be available in the next combo. For example...in the combo you have Option1, Option2, Option3. In the first record they select Option2. When they look in the combo for the next record in the continuous form, they will only see Option1 and Option3. Option2 will not be listed since it was already selected.
Any suggestions?
What I am working on instead is a continuous form with combo boxes. What I would like to do, though, is that if someone selects an option in the combo box, that option would no be available in the next combo. For example...in the combo you have Option1, Option2, Option3. In the first record they select Option2. When they look in the combo for the next record in the continuous form, they will only see Option1 and Option3. Option2 will not be listed since it was already selected.
Any suggestions?