Nov 24, 2002 #1 traffas Programmer Feb 27, 2002 42 US Thank you for taking the time to read this. I would like for a combo box to "open" its list when it receives the focus. I have not been able to find out how to do this. Many thanks........... shawn
Thank you for taking the time to read this. I would like for a combo box to "open" its list when it receives the focus. I have not been able to find out how to do this. Many thanks........... shawn
Nov 24, 2002 1 #2 MazeWorX IS-IT--Management Nov 17, 2002 762 CA I'm assuming you mean drop down when you say "open its list" if so then on the controls gotfocus event you could add the following code Me.ComboBox.Dropdown sub your control name for ComboBox above if not give us more info on what you want to do hth Upvote 0 Downvote
I'm assuming you mean drop down when you say "open its list" if so then on the controls gotfocus event you could add the following code Me.ComboBox.Dropdown sub your control name for ComboBox above if not give us more info on what you want to do hth
Nov 24, 2002 #3 annsolomon MIS Oct 24, 2002 512 US MazeWorX -- Thanks. I wasn't aware of the dropdown property. Cool stuff! Ann Upvote 0 Downvote