My data is alphabetical and is all loaded into the ComboBox (Style-0) in Form Load.
I would like the drop down menu to appear as soon as the user starts to type in his/her entry. I'll use Keydown() but I can't figure out how to make the drop down menu appear without using the Mouse(usual way).

Any suggestions will be greatly appreciated.