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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top