E
Elise
I have a many to many relationship. The tables are:
Student Table
Student Id <Primary Key> (AutoNumber)
Linking Table
Link Id
Link Student Id < Primary Key> (Combined)
Link Parent Id <Primary Key>
Parent Table
Parent Id <Primary Key> (AutoNumber)
I have data imported from excel in a flat table.
How can I load this data to my Student, Link, and Parent tables?
Student Table
Student Id <Primary Key> (AutoNumber)
Linking Table
Link Id
Link Student Id < Primary Key> (Combined)
Link Parent Id <Primary Key>
Parent Table
Parent Id <Primary Key> (AutoNumber)
I have data imported from excel in a flat table.
How can I load this data to my Student, Link, and Parent tables?