I have a Form with 15 combo boxes on it. They all have the same table as a RowSource.
Is there any way to stop a user from selecting the same field in more than one combo box other than perhaps writing some code in the AfterUpdate event of each box that checks all the other boxes values, once a choice has been selected?
Is there any way to stop a user from selecting the same field in more than one combo box other than perhaps writing some code in the AfterUpdate event of each box that checks all the other boxes values, once a choice has been selected?