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!

drop down list for one column in query to show table values

Status
Not open for further replies.

smgomez

Programmer
Nov 30, 2009
2
US
I have a query where I want to be able to see the list of possible values for one field, so that I can scroll down the list and select versus typing it in. How do I do that?
 

Use ComboBox, set its Style to 2 - fmStyleDropDownList

Have fun.

---- Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top