I have a large number of near identical layers which I would like to select by attribute as a batch or with in python is this possible?
Hi Karren
Make a ListFeatureClasses or ListLayers
For each layer you can run SelectByAttribute with the same expression.
You need to do MakeFeatureLayer if you use feature classes and not layers.
Have fun
Mody