Automatic Drop Down of Drop Down Box

I

Ian Bateman

I would like my drop-down box to drop down as soon as I start typing. How
can I achieve this?
Many Thanks
Ian Bateman
 
F

fredg

I would like my drop-down box to drop down as soon as I start typing. How
can I achieve this?
Many Thanks
Ian Bateman

Code the combo Box Enter event:
Me![ComboBoxName].Dropdown
 
Top