I have a combo box that is populated from an Access table. How would I make so that that when the user types in the combo box it skips down/up to the item in the list that matches the spelling (like bound Access/VBA combo boxes)

Right now it doesn't go past the first letter. I assume I have to put code in the change event but I'm stuck. Thanks in advance for any help.

-Jack