Automatic Opening of Combo Box (1 Viewer)

Randix

Registered User.
Local time
Today, 21:32
Joined
Mar 24, 2001
Messages
56
I have a combo box on a form. When the form opens, I want the combo box to automatically open up and drop down the list...suggestions how to accomplish??????
 

chrisk

Registered User.
Local time
Today, 21:32
Joined
Apr 24, 2001
Messages
13
In the form On Open event:

Me.yourcomboname.SetFocus
Me.yourcomboname.Dropdown

HTH
Chris
 

Randix

Registered User.
Local time
Today, 21:32
Joined
Mar 24, 2001
Messages
56
Thank you Chris.
 

Users who are viewing this thread

Top Bottom