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 that?
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 that?