Forum Discussion
Relationships
I have two tables that i need to create a relationship between. Unfortunately the column (Submission ID) in one for the tables has duplicate numbers.
is there a way of creating a relationship?
I had thought of extracting the duplicate ID's to another tablebut this will take forever withthe amount of data i have.
Tables
2 Replies
- HardikContinued Contributor
Search for a column that is unique or create a composite primary key
- ColinuHelper I
Thanks for that but i have no column that are unique that could link the tables.
If i created a primary key how would i get the relationship to know what records are connected.
In the first table there is one parent field and in the second i have 2-6 child records. I need to link these.
Is there a simple way of extracting the child records into a standalone table?