G Guest Oct 29, 2004 #1 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
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 Oct 29, 2004 #2 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 Click to expand... Code the combo Box Enter event: Me![ComboBoxName].Dropdown
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 Click to expand... Code the combo Box Enter event: Me![ComboBoxName].Dropdown