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

Search results for query: *

  1. woutput

    word like '%abc%'

    Thanks! Query = "SELECT * FROM WORDS WHERE '" & INFOSTRING & "' LIKE '%' || WORD || '%'" is the solution to my problem.
  2. woutput

    word like '%abc%'

    Hello there, I have a huge (200.000+) list of words (table called WORDS, 1 column called WORD) I use this query: Query = "SELECT * FROM WORDS WHERE WORD LIKE '%" & INFOSTRING & "%'" to search for a WORD containing INFOSTRING. But I want to search for a INFOSTRING containing WORD, how do I do...

Part and Inventory Search

Back
Top