D
doyle60
I have a query with a field called Fabric. I want to create a column
in the query that returns Yes if any part of the Fabric field has the
letters "cot" in it.
So I naturally thought to put asterics around the word ("*Cot*") and
writing this:
Cot: IIf(Fabric = "*Cot*","Yes")
But it doesn't work and returns nothing for all.
How do I do this correctly?
Thanks,
Matt
in the query that returns Yes if any part of the Fabric field has the
letters "cot" in it.
So I naturally thought to put asterics around the word ("*Cot*") and
writing this:
Cot: IIf(Fabric = "*Cot*","Yes")
But it doesn't work and returns nothing for all.
How do I do this correctly?
Thanks,
Matt