I would like to use the combo-box as a search and select for existing items . Currently I can type whatever in the combobox, but would like the text
I've tried a simple Reset(ComboBox) in the OnChange as a start, but it doesn't trigger when I enter anything in the field, only when I select an item in the list with the arrow.
I'd like something like the following:
If Not(ComboBox.Text in ComboBox.Items);Reset(ComboBox);