All, using Access 2010. I've been trying to use the IN clause in a query and not returning any results. I have a ID Code field that contains a State: "RepNJ" or "TamCA" etc. but when I try to use the IN I don't get results unless I put the whole ID Code Ex: IN("RepNJ","TamHI", "TamCA") I was trying to use a wildcard to return ID codes because there are so many. EX IN("Rep*","Tam*","CAP*") but this doesn't return any results. Can you not use a wildcard when trying to use "IN"??