Q
quaddawg via AccessMonster.com
This question is largely about basic db design--it could probably go in New
Users, but it does involve importing, so here goes:
I've inherited a database in which the designer would import from Excel
worksheets test score data from over a hundred schools with thousands of
students. This would be a one shot deal in that he would create a single
table with the student info and test results and run reports.
I want to expand the database to track students' progress by creating a one
to many relationship between newly created tblStudent and tblTests tables:
when the new batch of scores comes in, I would like to import the results as
new records in tblTests (as well as any new students into tblStudent and
their accompanying results in tblTests).
What is the best (or any, really) way to import this data, associating it
with the existing records? The Excel worksheets have all the data except the
autonumber primary key. How do I go about setting a primary (or foreign) key
and adding these records?
Thanks in advance for your insight
Users, but it does involve importing, so here goes:
I've inherited a database in which the designer would import from Excel
worksheets test score data from over a hundred schools with thousands of
students. This would be a one shot deal in that he would create a single
table with the student info and test results and run reports.
I want to expand the database to track students' progress by creating a one
to many relationship between newly created tblStudent and tblTests tables:
when the new batch of scores comes in, I would like to import the results as
new records in tblTests (as well as any new students into tblStudent and
their accompanying results in tblTests).
What is the best (or any, really) way to import this data, associating it
with the existing records? The Excel worksheets have all the data except the
autonumber primary key. How do I go about setting a primary (or foreign) key
and adding these records?
Thanks in advance for your insight