combo dropdown automatically

  • Thread starter Thread starter papa jonah
  • Start date Start date
P

papa jonah

If this proves to be a duplicate, I am sorry. I tried posting this
question about 15 minutes ago and it still has not appeared - assuming
it was kidnapped in cyberspace.

I have a combobox that I want to automatically open the dropdown when
it has focus. I can not figure out what the proper coding
language/syntax/handshake would be to get this to happen.

Any thoughts would be appreciated.
 
In the Enter or GotFocus event procedure of the combo box control ...

Me.NameOfComboBox.DropDown
 
Odd. You'd had a response to your original post fifteen minutes before you
posted this second request!
 
Back
Top