I'm nearly done with an action query that will make category associations.
I have a table for the categories and another to relate from.
My trouble is with the where clause of my insert into values expression.
Lets say for example I have the following variants
deep fry
deep fryer
deep-fryer
deep frying
deep-fryng
How would I catch them?
where tblrec.categories like "deep*fry*"
Thank you
I have a table for the categories and another to relate from.
My trouble is with the where clause of my insert into values expression.
Lets say for example I have the following variants
deep fry
deep fryer
deep-fryer
deep frying
deep-fryng
How would I catch them?
where tblrec.categories like "deep*fry*"
Thank you