Cosmos75
Registered User.
- Local time
- Today, 00:17
- Joined
- Apr 22, 2002
- Messages
- 1,280
I have a database with a multi-table structure.
Main Form – Student
Second Form – Marks
Third Form – Classes
Student has a one-to-many relationship with Marks.
Classes has a one-to-many relationship with Marks.
Therefore, Student as a many-to-many relationship with Classes via a junction table (Marks)
I have all the ,forms, queries and reports I need.
The problem I have run into is that when I get data (Marks) in the form of an excel spreadsheet, I have to enter the data (Marks) one by one using a form I have created that has all the tables in one nice form.
Is there anyway to import this data and maintain the relationship between all tables?
I’ve tried to copy the marks but then I have to manually go and choose which mark belongs to which student and class!
Please help!
Main Form – Student
Second Form – Marks
Third Form – Classes
Student has a one-to-many relationship with Marks.
Classes has a one-to-many relationship with Marks.
Therefore, Student as a many-to-many relationship with Classes via a junction table (Marks)
I have all the ,forms, queries and reports I need.
The problem I have run into is that when I get data (Marks) in the form of an excel spreadsheet, I have to enter the data (Marks) one by one using a form I have created that has all the tables in one nice form.
Is there anyway to import this data and maintain the relationship between all tables?
I’ve tried to copy the marks but then I have to manually go and choose which mark belongs to which student and class!
Please help!