I have a Combobox on my form for the user to select items in a drop-down box, also they are allowed to enter their own input. I need the user to add items to a combobox without adding a duplicate item already displayed.
For example: the combobox has a list of dog breeds such as (pug, boxer, pitbull). So how do I not allow the user to enter "pug" when they type that into the combobox?
I'm coding in Visual Basic, Thank You!!!!