Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can a Combo Box Stay Expanded

Status
Not open for further replies.

dcroe05

Programmer
Feb 15, 2005
44
US
Is there any way for a combo box to remain in the expanded state?

I have several places where I use a listbox AND a textbox to create much the same functionality (i.e. and entry in the textbox overrides the listbox) but it makes the SQL statements difficult for other where I work to tinker with.
 
A combo box can only be expanded when the control has the focus.

Me!Combobox.SetFocus
Me!Combobox.Dropdown
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top