I have a line featureclass and a point featureclass in same map.
If I add/edit a point, it is pretty easy to find the nearest/intersecting line and extract a value from the table and update a point field with it. (I.e., copy the "ID" field from the line layer to a "LineID" field in the point layer).
However, is is possible to go the other way? I would like to copy the value in the point layer field "Status" to the the "PointStatus" field in the intersecting line feature.
Is this possible with calculated expressions in Field Maps?
Thanks,
R_