I have a drop down menu on a form which I have replaced with a ComboBox to make it searchable.
However, the search function only works if I get the name I'm searching for completely correct.
For example, if I'm trying to search for "Access Navigator Update", but forget the full name of the project and start typing just "Navigate", the ComboBox will not find it.
Is there any way to change it so the ComboBox can find any word the user is searching, not just the exact title?