I have a POINTS FC and a POLYGONS FC.
In POINTS, I want to use the field calculator to populate a POINTS.ASSET_ID field with the ASSET_IDs from POLYGONS, where a point touches a polygon. The spatial relationship is 1:1.
In other words, I want to get the ASSET_ID from the intersecting polygon and use it to populate the ASSET_ID field in the point.
I want to do this all within a simple field calculation, not using multiple GP tools and joins.
I would also like this to work for cases where the ID fields don’t have the same name.