SamW
7 years agoQrew Cadet
Importing Data to Many-to-Many Relationships (populating related fields in join tables)
I have two tables - Individuals and Organizations.
They are in a many-to-many relationship through a join table. This seems to work well.
But I would like to upload my existing datasets to these tables, and not have to enter each relationship one by one (as there are many thousands).
Currently, my data looks something like these two sets:
So two questions:
1) How can I populate the join table so that the records in my Individuals and Organizations master tables show their related records from the other master table?
2) How should I format my current data in Excel to prepare for that?
They are in a many-to-many relationship through a join table. This seems to work well.
But I would like to upload my existing datasets to these tables, and not have to enter each relationship one by one (as there are many thousands).
Currently, my data looks something like these two sets:
So two questions:
1) How can I populate the join table so that the records in my Individuals and Organizations master tables show their related records from the other master table?
2) How should I format my current data in Excel to prepare for that?