guitardave78
Programmer
Is it possible to search a database using a regular expression. I use
strSQL = "SELECT * FROM qry_search WHERE search like '" & searchString & " %' ORDER BY date_added"
and some script to put spaces around the search terms, but i want to be able to search for whole words
Any ideas?
strSQL = "SELECT * FROM qry_search WHERE search like '" & searchString & " %' ORDER BY date_added"
and some script to put spaces around the search terms, but i want to be able to search for whole words
Any ideas?