Combo Dropdown

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

Guest

When I setfocus to combo box, is there a way for automatically the dropdown
to appear? Thanks.
 
Dear Lamar:

Using the OnGotFocus event you could have code like this:

Me.cboBoxName.Dropdown

HTH
Fred Boer
 
Back
Top