I have a combo box that references values from a query that finds unmatched values from 0001 to 9999, preventing the user from from selecting a value more than once.
How can I make the combo box default to the next value in the list, so the user does not have to select it?
How can I make the combo box default to the next value in the list, so the user does not have to select it?