Hello.
I am trying to select certain counties from a few states using the select by attribute tool. I am using census data. I have selected the counties that I want by name, but the problem I am running into is that I do not know how to specify which state I want certain counties selected from. Most county names are unoriginal. I have been trying to go through my attribute table and take out the counties from states that I do not need, but I am wondering if there is an easier way to do this like a script I could write. I tried to write WHERE name (county name) <> whatever county I need OR <> the state fip code that corresponds with it but my expression was no valid. Thanks for you help.
Here's an example of the code I was using in particular:
NAME <> 'Angelina' Or STATEFP <> ‘48’