Hi,
I had to replace one FC with another and at the same time I created another relationship class.
I started with old_property_fc and old_valuation_table with 1:M old_property_valuation_relationship.
Then I created new_property_fc and new_valuation_fc and 1:M new_property_valuation_relationship.
The trouble is that some of the features in new_valuation_fc seem to be related to features in old_property_fc. I think I know how it happened - operator error! - but now I want to find all the features in new_valuation_fc that are related to old_property_fc records.
Is there some way of doing this? Both FCs have 40 000+ records, so doing it manually will be an arduous task.
I'm comfortable with SQL if that helps.
Thanks