My situation is this.
I have one feature class that has multiple overlapping polygons in it. I am trying to identify which polygons overlap. From there, I want to create a new feature class that only shows the overlap areas from the original feature class but has the attributes from the intersecting polygons.
For example, polygon 1 (attribute color of green) intersects with polygon 2 (attribute color of blue). I want to show the overlap with both the attributes of green and blue in one row in the attribute table for that overlap feature.
So far, I have been able to create a new feature class with only the overlap. Then I used the spatial join tool to pull in information from the overlapping features. However, it won't pull in the information from both of the polygons, only one of them! PLEASE HELP!