Yes. What is the Primary Key field in the Customer Table?
Usually, that is the value that is being selected (but not always the value being displayed).
My guess it is a numeric field, which is the reason for your error.
Try adding the Customer Table to your query, joining on the Primary Key field.
Then, add the display field to the query, and place your criteria under that.