Hello All,
I have a search that is working perfectly now. It does a SQL query of the database looking for the matching result. My question is, when I do the query like:
SELECT * FROM table WHERE field = txtfield.value
it tries to match the whole value in txtfield. Is there a way to match any part of the field and not just the entire field?
Example: search for "cat" will return me "cat", "catch", "category", "cats"...
Thanks in advance!
-Lory
I have a search that is working perfectly now. It does a SQL query of the database looking for the matching result. My question is, when I do the query like:
SELECT * FROM table WHERE field = txtfield.value
it tries to match the whole value in txtfield. Is there a way to match any part of the field and not just the entire field?
Example: search for "cat" will return me "cat", "catch", "category", "cats"...
Thanks in advance!
-Lory