Hi I’m trying to Import the “TitleAuthor” table with 2 relationships between the existing tables of “Titles” and “Authors”.
Here’s the TitleAuthor csv file with the custom defined relationship column headers pointing to their Parent Tables.
Here’s the Data Import results which shows both Relationship columns for both “Authors” and “Titles”
And here’s my Data Browser view for my imported “TitleAuthor” table with the missing “Titles” table relationship column
As a potential workaround fix. Is it possible to do the following steps:
Step 1. Re-importing the “TitleAuthor” table without the Relationship pointing to the “Titles” table but instead just leave it as a “title_id” Foreign Key column.
Step 2. Convert the existing “title_id” FK values into a Relationship pointing back to the “Titles” table?
I’m also attaching the 3 csv files that I’m using here.
Titles_TitleAuthors_Authors.rar (3.5 KB)
Thanks for your help!