I have a form that is working perfectly except for one simple function. Currently, my form has a ComboBox that has 96 different "Player Names" in it from a query. When you select a "Player Name" from the ComboBox, the rest of the form will display that player's statistics (other fields from the query). There are no other controls on the form, just a whole bunch of TextBoxes used for display purposes.
My only problem is that I can only cycle through the ComboBox using my mouse wheel or arrow keys. I can't click on any of the rows in the ComboBox and I can't type in a person's name into the ComboBox. The only way to select a name from the ComboBox is with the mouse wheel or arrow keys. Other than that, everything works perfectly.
I've been driving myself nuts trying everything and reading everything online about ComboBox properties. It seems like it's probably something really simple, but I'm totally stuck. Any help would be appreciated.