I am using VBA and trying to find the right language to reset a combo box so it is blank.
After the user selects an item in the combobox, there is a button that adds that item to a form. The problem is that the last item selected still appears in the combobox window. It needs to be blank so that the NotInList code works. I already have a set of null values in the combobox.
Thanks for any help
After the user selects an item in the combobox, there is a button that adds that item to a form. The problem is that the last item selected still appears in the combobox window. It needs to be blank so that the NotInList code works. I already have a set of null values in the combobox.
Thanks for any help
Comment