SITUATION:
i'm trying to create a search function for a table with multiple fields.
ie. product | price | description | etc.
currently, I have textboxs that are referenced to the query. thusly, when the query is run, it takes the information from the textboxes and looks to see if any of the corresponding field values match.
however if this was an entry
product: Tickle me Elmo
price: $2
description: furry red guy
and i put in a search for
txtproduct = Elmo or txtdescription = red it won't return anything because my product = Tickle me Elmo not Elmo
and description = furry red guy not red
QUESTION: is there a function or a key word that is used the query to look for the string within the field value??
Thank you so much for your time and help. It is greatly appreciated!
i'm trying to create a search function for a table with multiple fields.
ie. product | price | description | etc.
currently, I have textboxs that are referenced to the query. thusly, when the query is run, it takes the information from the textboxes and looks to see if any of the corresponding field values match.
however if this was an entry
product: Tickle me Elmo
price: $2
description: furry red guy
and i put in a search for
txtproduct = Elmo or txtdescription = red it won't return anything because my product = Tickle me Elmo not Elmo
and description = furry red guy not red
QUESTION: is there a function or a key word that is used the query to look for the string within the field value??
Thank you so much for your time and help. It is greatly appreciated!