combobox drop down on enter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Does anyone know how I can make a combobox drop down the list when I tab
into it? I would like to avoid using the mouse to drop down the list and be
able to just arrow down to make my selection. Seems simple enough but I'm
stuck.

Your help is appreciated.

Thanks in advance.

Bonnie
 
Bonnie said:
Hello,

Does anyone know how I can make a combobox drop down the list when I tab
into it? I would like to avoid using the mouse to drop down the list and
be
able to just arrow down to make my selection. Seems simple enough but I'm
stuck.

Your help is appreciated.

Thanks in advance.

Bonnie

on control.gotfocus
me.control.dropdown

Theo P
 
Back
Top