I'm building a query, and I need to know the expression syntax for a search of certain characters/numbers in any part of the field. For example, if my field contains "x" "y" and "z" I want to build the query that says find all records that contain "z" in the field. When I just put in the criteria "z" it won't pick up unless "z" is the first character in the field.