I have a combo box that contains Name_ID, FirstName, LastName and Company.
Some times there is a need to add a new name to the list.
I have a form to do this.
However when I click on the command button to open the form to add a new name I get an error that says The text you entered isn't in the list.
To keep the error from occurring I delete the name I typed in combo box.
The question:
How can I delete the typed in name with code so the user does not have to delete it manually.
Thanks,
DAle