Hello,
I have two tables:
1) Products Table
> txtProductName
> txtProductDescription
2) Hit Words Table
> txtHitWord
I want to query a field (txtProductDescription) in the Products Table to see if it contains any of the words in the"Hit Words Table" (txtHitWord).
How do i do this?
I can query the field (ProductDescription) manually using "[txtProductDescription] Like "*catfood*"" - but how do i get it to identify ALL the words in Hit Words table?
Thanks,
Andrew.
I have two tables:
1) Products Table
> txtProductName
> txtProductDescription
2) Hit Words Table
> txtHitWord
I want to query a field (txtProductDescription) in the Products Table to see if it contains any of the words in the"Hit Words Table" (txtHitWord).
How do i do this?
I can query the field (ProductDescription) manually using "[txtProductDescription] Like "*catfood*"" - but how do i get it to identify ALL the words in Hit Words table?
Thanks,
Andrew.