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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List Box Help

Status
Not open for further replies.

kristi1023

Programmer
Jan 8, 2002
59
US
How would I populate a list box based upon the results of a search string? The search would be based upon matching any part of a string entered by a user into a text box. I would want to search the course name field in a table and I would like to see all matching results in a list box on the same search form. Thanksss!
 
If you want to only search by one word or phrase, I would create a new query for which to bind the list box. I would make the criteria for the field of the query Like "*" & ListBoxName.Value & "*".

Let me know if you need a more complex search.

God Bless
Mike ;-)
 
Thank you, Mike -- it works perfectly! Have a great weekend!!

Kristi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top