padlocked17
Registered User.
- Local time
- Today, 02:48
- Joined
- Aug 29, 2007
- Messages
- 276
Here is my scenario. We run a school where students will come back multiple times over the course of a few years. We are currently creating a student profile with a table and then corresponding students with a class number and the respective qualification type they are coming for in a separate table.
In the class table, we have a start date and a closed date. Essentially when all students from that class have processed through, the class will be closed.
My question is how do I deal with all of that data? I'd like for the historical data to be saved and able to be opened later, but I don't want anything associated with a closed class to appear in the db in queries, forms, drop-downs, etc.
I've attached a sample so you can see what I've got so far and if clarification is needed, please let me know. Just trying to figure out the best way to deal with this.
In the class table, we have a start date and a closed date. Essentially when all students from that class have processed through, the class will be closed.
My question is how do I deal with all of that data? I'd like for the historical data to be saved and able to be opened later, but I don't want anything associated with a closed class to appear in the db in queries, forms, drop-downs, etc.
I've attached a sample so you can see what I've got so far and if clarification is needed, please let me know. Just trying to figure out the best way to deal with this.