(I have searched other posting to find the answer to this, but I haven't found one that really matches what I am attempting. If the answer lies elsewhere, please aim me in the right direction.)
I am attempting to create a "system" of databases for the purpose of collecting student scores. I envision one database that holds of the students (we're talking about 3000 or so), including FName, LName, ID#. Then, I'd like to have separate databases to hold science, social studies, etc. scores. (In all, there would be six tables; one master, and five related.)
My question is how do I set them up so that I don't have to import all 3000 students into each of the five related files (and consequently can make changes to student roster in the master table, and then not have to do it to all of the other files)? In addition, what I'd like to be able to do is say, in Science, do a search for a student name, and have the student info (FName and ID) automatically be pulled in. I've tinkered and tinkered, but I can't get it to work, without having all 3000 students in each of the files.
(Since I'm fairly new to relations, etc. please try to be as detailed as possible -- I REALLY appreciate your help!)