I have a point feature class, 'PROJECTS', with almost 3000 features and associated attributes. Around 1000 of those features have null geometry. I have created a second point feature class, 'MANUAL INPUT', including the missing points. Both feature classes have a common field that can be used to join, merge, etc.
I would like to use the 'MANUAL INPUT' feature class to replace the missing points in 'PROJECTS'. I don't think append would work because I want the 'MANUAL INPUT' points to populate the corresponding fields in the 'PROJECTS' table that are missing geometry.
Not sure how to do this, any ideas?