I am trying to make my combo box more user friendly, since it contains about 300+ companies. I am trying to find a way where a user can press a letter like "z" and it will jump down the the first z. I have not really seen a way to do this and when I search I find a lot of info about filtering list boxes.
If that isn't do able, is there a way to use queries and re-query on change?
In the property sheet for the combobox, set AutoComplete to True.