D
Dave Hawks
Can anyone suggest a way to select from a combo box in a form using the
up/down arrows and enter key rather than the mouse.
Thanks
up/down arrows and enter key rather than the mouse.
Thanks
Can anyone suggest a way to select from a combo box in a form using the
up/down arrows and enter key rather than the mouse.
Thanks
fredg said:Can anyone suggest a way to select from a combo box in a form using the
up/down arrows and enter key rather than the mouse.
Thanks
Code the combo box Enter event:
Me.[ComboName].Dropdown
Then the user can directly use the up/down arrows to navigate down the
list. Hit Enter or Tab after highlighting the correct item.