If you set a ComboBox to that field, then as the user types in the box the box will do "quick lookup," jumping to the first entry in the list that matches the letters typed so far.
You should be able to use the boxâs on change or on update events to perform the actions you need after a selection has been made.
|