How do I get (salt) in a query from a field containing (salt, pep.

R

RagingChef

After creating a query that calls out the criteria [ingredient], how do I get
all records containing salt when the field contains numerous ingredients.
Such as: salt, pepper, sugar, etc
 
J

John Nurick

Use the LIKE operator, e.g.

LIKE "*salt*"

After creating a query that calls out the criteria [ingredient], how do I get
all records containing salt when the field contains numerous ingredients.
Such as: salt, pepper, sugar, etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top