I am trying to figure out how to do a query in Access 2000 that will find all records that contain the number 1. The problem is that the particular field I am searching has lists of numbers in it separated by commas. For example, the field may contain the numbers 1,71,38,81. (The field is formatted as a text field) I want to pull up all the records that contain the number 1, but if I search for 1, I also get records that contain 71 or 61 or some other number that contains a 1 as one of its digits.
I WOULD want it to return the above example, because it contains a 1 by itself, but I would NOT want it to return the following: 61,83,85 because it does not contain the number 1 by itself.
Is there some way to specify that I am searching for a single character? That would mean YES to "1" but NO to "61"?