J John Feb 18, 2008 #1 I would like the list of a combobox to dropdown when the form (where the combox is in) is opened. How can I do that? Thanks, John
I would like the list of a combobox to dropdown when the form (where the combox is in) is opened. How can I do that? Thanks, John
F fredg Feb 18, 2008 #2 I would like the list of a combobox to dropdown when the form (where the combox is in) is opened. How can I do that? Thanks, John Click to expand... Only when the form is first opened? Code the form's Load event: Me.ComboName.SetFocus Me.ComboName.Dropdown
I would like the list of a combobox to dropdown when the form (where the combox is in) is opened. How can I do that? Thanks, John Click to expand... Only when the form is first opened? Code the form's Load event: Me.ComboName.SetFocus Me.ComboName.Dropdown