What is the best way to add criteria when there are a lot of them? For example, I have a field called [site_cd]. I want the query to only return records for certain groups. However, I have about 50 groups. Is there a better way to accomplish this than a long string of "or Like" such as "Like "ABC" or Like "DEF" or Like "XYX"....etc.?
Thanks,
Jim
Thanks,
Jim