G Guest Dec 17, 2004 #1 When the user enters the combo box how can I make the list drop down immediately without the need to click onto the arrow head?
When the user enters the combo box how can I make the list drop down immediately without the need to click onto the arrow head?
F fredg Dec 17, 2004 #2 When the user enters the combo box how can I make the list drop down immediately without the need to click onto the arrow head? Click to expand... Code the Combo box Enter event: Me!ComboName.Dropdown
When the user enters the combo box how can I make the list drop down immediately without the need to click onto the arrow head? Click to expand... Code the Combo box Enter event: Me!ComboName.Dropdown
G Gary Schuldt Dec 17, 2004 #3 Fred, could I put the same code in the Form Current (or some other) event to cause that same combo box to drop down when the form opened? Gary
Fred, could I put the same code in the Form Current (or some other) event to cause that same combo box to drop down when the form opened? Gary
T Todd Shillam Dec 17, 2004 #4 Change the 'Tab Order' of the combo box so that is has focus first--be sure the include the code previously posted too. Best regards, Todd Shillam
Change the 'Tab Order' of the combo box so that is has focus first--be sure the include the code previously posted too. Best regards, Todd Shillam
G Gary Schuldt Dec 17, 2004 #5 Thanks, Todd Gary Todd Shillam said: Change the 'Tab Order' of the combo box so that is has focus first--be sure the include the code previously posted too. Best regards, Todd Shillam Click to expand...
Thanks, Todd Gary Todd Shillam said: Change the 'Tab Order' of the combo box so that is has focus first--be sure the include the code previously posted too. Best regards, Todd Shillam Click to expand...