I've a very large table to import from an Excel sheet, over 2500 rows. There is a combination of 5 repetitive fields which I want to break in a separate table. This will be the parent table. I don't want to import everything in a single table with lot of repetitive fields.
Now if i break this table in parent-child relationship, I could not find the way out how to automatically link this table with repetitive values, which will be a parent table, with child table, remaining columns from Excel sheet. I want to use Automatic ID in parent table as PK and use as FK in child table.
Because of big number of records, it is impossible to manually enter FK one by one in child table manually. How could I do this automatically, via queries, or some other method please??
This will be a repeating situation, keeping in mind the business need. Every time we setup new database, it will have almost he same scenario.
I desperately need advice please.
Thanks
Now if i break this table in parent-child relationship, I could not find the way out how to automatically link this table with repetitive values, which will be a parent table, with child table, remaining columns from Excel sheet. I want to use Automatic ID in parent table as PK and use as FK in child table.
Because of big number of records, it is impossible to manually enter FK one by one in child table manually. How could I do this automatically, via queries, or some other method please??
This will be a repeating situation, keeping in mind the business need. Every time we setup new database, it will have almost he same scenario.
I desperately need advice please.
Thanks