Combo box question

B

Bob Hughes

Is there any way in a combo box, to automatically get the drop down list to
appear, when the first character is typed? I am using Access and windows
2K.
Bob
 
B

Bill Taylor

use the on change event of combobox to activate the method DropDown: i.e.
MycboComboBox.DropDown
 
Top