Apologies in advance for the very basic knowledge required. I want to find the best way to design the following:
I'm creating a database for use in a faculty office, to hold info on students in 4 categories- deferral, extension, subject change, year out. So I have a student table, a categories table and then I'm thinking 4 tables for holding details of the relevant category (deferral etc.). Is that the way to go?
Then I have a form with the student details and a look up table for the 4 categories. If a student is a deferral for example, should I display that info in a subform that becomes accessible when the 'deferral' category is selected. And so on for the other three categories. Or should I create a separate form for the four options?
Is there a better way to design this? I'll need to be able to create reports and queries for example, all students who chose to defer in 2004.
I'm creating a database for use in a faculty office, to hold info on students in 4 categories- deferral, extension, subject change, year out. So I have a student table, a categories table and then I'm thinking 4 tables for holding details of the relevant category (deferral etc.). Is that the way to go?
Then I have a form with the student details and a look up table for the 4 categories. If a student is a deferral for example, should I display that info in a subform that becomes accessible when the 'deferral' category is selected. And so on for the other three categories. Or should I create a separate form for the four options?
Is there a better way to design this? I'll need to be able to create reports and queries for example, all students who chose to defer in 2004.