Jan 15, 2003 #1 WallT Vendor Joined Aug 13, 2002 Messages 247 Location 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 Joined Dec 12, 2001 Messages 801 Location 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 #3 hillsy Programmer Joined Jan 14, 2003 Messages 20 Location AU [comboBoxName].DropDown Upvote 0 Downvote
Jan 15, 2003 Thread starter #4 WallT Vendor Joined Aug 13, 2002 Messages 247 Location US Thank you very much Upvote 0 Downvote