Hi all, I have a location table that I have exported from our asset management system with codes for areas we manage. I want to connect this table to the feature classes they represent. I want the table to hold the centroid location for these areas in the table, not in the feature class. Is there a way I can connect this table to about 6 feature classes and have the geometry updatable in the table?
Eg, table has location code, latitude, longitude
Feature has the location code (for the join/connection)
When I use Join, I can't use calculate geometry in the table. Would a relationship be able to achieve this by pushing any location changes of the feature to the attributes in the table?
Thanks for any help.