comboBox auto open

  • Thread starter Thread starter bob
  • Start date Start date
Here's the example straight from the Access help:

Private Sub SupplierID_GotFocus()
Me!SupplierID.Dropdown
End Sub
 
Back
Top