Different Combo Box Question
I created a ComboBox that pulls in records from a database table. The box displays the correct data, but the combo box is not functioning the way I expected. I expected the combo box to work like those on this webpage. That is, I expect the user to click on the down arrow to see the records they can select from. My combo box, on the other hand, only shows the first record in the recordset. The only way to move to another record is to use the controls on the ADODC.
How can I get this combo box to work the way I want it to?
|