Does a table relate need to exist before a relationship class is created? I am trying to make a relationship class between two tables with existing data. 1 to 1 cardinality. The two tables share the same ProjectCodes, so normally I would just establish my relate or join based on those. But I am told I should use GlobalID (parent table) and GUID (the parent's GlobalID) as the basis of the relationship. I activated GlobalID and added a field in the child table with the GUID data type. Since the GUID field was just made, the contents are NULL. GUID is supposed to be automatically populated with the Parent Global ID, but how can it do this without first going through the process of creating a relationship?
The Create Relationship Class Geoprocessing tool requires you to place the Origin Primary Key and the Origin Foreign Key. And many tutorials say to use the Global ID and the GUID, but the GUID is empty at this point. Am I missing a step here?
Eventually I am bringing a parent table and multiple child tables into Survey123 to create an inspection collector.
Many Thanks,
Phillip