Hello I am looking for a way to speed up copying specific data from one layer to another, from 2 separate feature classes.
Normally this wouldn't be a problem. So here is the situation
Layer 1 Addresses - in my address layer I have a spot for PIN's and GISID from our Parcel Layer.
Layer 2 Parcels - contains the GISID and Parcel PINs
normally I would just copy and paste each one and that's fine and it works and its what I have been doing. but I am looking to speed up that process. my current project is about 300 edits that I have to manually copy/paste.
Does anyone know of a script/sql/python snippet I can run in calculate field to just pull those PIN/GISIDs and put them in my address layer. or if there already exists a tool.
Thanks in advance.