Hello everyone i'm coding a Windows Form in VB.Net (Visual Basic). I have been trying to figure out how to dynamically update my Combo Box on the form itself without pressing a Command Button, by entering a partial name into a Text Box. For example, i start typing "jo" into the Text Box and then click on the Combo Box drop down arrow. I should get a list of names that start with "jo". For example, i'm using SQL to extract data, so on my SQL table i would have names like "Jordan M", "John D", "Jole E", So those name should begin to appear in my Combo Box drop down list. Anyone have any ideas?