I'm sure this has been posted somewhere but I can't find a solid answer. I'm assuming it's an easy solution.
I have a feature class with 5 unique features, each with their own ID, and multiple fields that have no data. I have an excel spreadsheet with those same fields, and they have the data and the ID. What I would like to do is join that spreadsheet and have it populate the fields in the feature class based on the common ID attribute. I don’t want it to create or add new fields like join table or join field does, I just want it to pull the info from the spreadsheet and fill the fields in the feature class.
I have 30 fields so I don't want to have to use Field Calculator on each one....