Jan 15, 2003 #1 WallT Vendor Aug 13, 2002 247 US Is there a method to automatically drop down a combo box and show the contents when the combo gets focus? Thank you.
Is there a method to automatically drop down a combo box and show the contents when the combo gets focus? Thank you.
Jan 15, 2003 1 #2 randysmid Programmer Dec 12, 2001 801 US Yes, Use this code on the OnFocus event: Me!cboComboBoxNameHere.DropDown HTH, Randy Smith California Teachers Association Upvote 0 Downvote
Yes, Use this code on the OnFocus event: Me!cboComboBoxNameHere.DropDown HTH, Randy Smith California Teachers Association
Jan 15, 2003 Thread starter #4 WallT Vendor Aug 13, 2002 247 US Thank you very much Upvote 0 Downvote