G Guest Apr 14, 2006 #1 When I setfocus to combo box, is there a way for automatically the dropdown to appear? Thanks.
F Fred Boer Apr 14, 2006 #2 Dear Lamar: Using the OnGotFocus event you could have code like this: Me.cboBoxName.Dropdown HTH Fred Boer
Dear Lamar: Using the OnGotFocus event you could have code like this: Me.cboBoxName.Dropdown HTH Fred Boer