Combo Box open method

  • Thread starter Thread starter Paul Ilacqua
  • Start date Start date
P

Paul Ilacqua

Is there a way open a combo box without clicking the arrow or when you enter
the box?

Thanks
Paul
 
Paul said:
Is there a way open a combo box without clicking the arrow or when
you enter the box?

Thanks
Paul

In the GotFocus event...

Me.ComboBoxName.Dropdown
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top