Is it possible to order grid codes in a shapefile visually by building a query in ArcMap? For example in symbology I have grid codes 1, 2, 4, 5 in a shapefile and I want to make it so that when the symbology is displayed on the map itself, grid code 2 is always onto grid code four.
I can currently make grid code 4 go away by "gridcode" = 1 OR "gridcode" = 2 OR "gridcode" = 5
But I want to maintain grid code 4, and if it over laps grid code 2 I want grid code 2 to be on top of grid code 4 when I am visually looking at the map
I'm using the most recent version of ArcMap.
Ordering the grid codes and applying it in symbology currently does not solve the problem.