Hi,
I have a field called Produce that has the following values/data.
PRODUCE
Box of apples
Box of Pineapples
Crates of Apples
My query criteria is as follows to pick up apples only!
Like "*" & [PRODUCE:] & "*"
When I type in "apples" the criteria also returns "Pineapples" in the record. Is there a way in Access to pick up only "apples" and ignore "pineapples" in the selected record?
Thanks