comboBox auto open

  • Thread starter Thread starter bob
  • Start date Start date
B

bob

How can I set a combo box to automatically open when it is
tabed to or clicked on???
 
Here's the example straight from the Access help:

Private Sub SupplierID_GotFocus()
Me!SupplierID.Dropdown
End Sub
 
THANK YOU, I didn't even think to look there, couldn't
imagine how to phrase it??
 

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