J jdncoke99 Registered User. Local time Today, 23:00 Joined Nov 1, 2007 Messages 40 Nov 7, 2007 #1 Hi Is there some code I could use to make this happen to a combobox please? I'd like it to automatically open and allow me to select, using the directional keys.
Hi Is there some code I could use to make this happen to a combobox please? I'd like it to automatically open and allow me to select, using the directional keys.
missinglinq AWF VIP Local time Today, 18:00 Joined Jun 20, 2003 Messages 6,417 Nov 7, 2007 #2 Code: Private Sub YourComboBox_GotFocus() YourComboBox.Dropdown End Sub
J jdncoke99 Registered User. Local time Today, 23:00 Joined Nov 1, 2007 Messages 40 Nov 7, 2007 #3 Thank you Dropdown indeed. Ha!
missinglinq AWF VIP Local time Today, 18:00 Joined Jun 20, 2003 Messages 6,417 Nov 7, 2007 #4 Occasionally, Access makes sense!