Drop down combo boxes

K

Kevin

Good morning to all, can someone help me please, I have a combo box and what
i want to do is have the box drop down so i can see the infomation, but i
want it to do it as soon as i start typing in the field, instead of using the
drop down tab on the side.

Any assistance would be great.
 
F

fredg

Good morning to all, can someone help me please, I have a combo box and what
i want to do is have the box drop down so i can see the infomation, but i
want it to do it as soon as i start typing in the field, instead of using the
drop down tab on the side.

Any assistance would be great.

Code the Combo Box Enter event:
Me!ComboName.Dropdown
 
Top