I have a combo box that displays a lot of data to search when I am entering characters in it. I need a way to enter a few characters, then the combo drops down and displays only the items that begin with those characters. I'm hoping to speed things up a bit. For example...I have a Zip Code table that has 40,000 + Zip Codes in it. I want to type "921" then have the combo dropdown and display only zip codes that start with 921...thanks for any help. I would imagine I have to have the Row Source kick in after the third character somehow.