|
|

Forcing a combo box to drop down
If you want a combo box to automatically drop down and show the data when it gets the focus, then you can place some code in the control's GotFocus event:
Private Sub cboName_GotFocus()
Me!cboName.DropDown
End Sub |
Top
HOME |
NEW |
TABLES |
QUERIES |
FORMS |
REPORTS |
GENERAL |
API |
DOWNLOADS |
TUTORIAL |
RESOURCES
E-MAIL
Copyright & Disclaimer
|
| |