Dear all,
I have this project that I was working on, and I put it on hold.
Now I have revived it (Anyway that is not the issue).
The issue is that I record students' information and record their entry class; However, as time goes on, the students either gets promoted to the next class the following year. Now that is where my challenge is. How do I promote the student without updating their previous records (Given that I need to store their history)?
The one I tried out was updating the students records, and erasing the students' history.
I need some ideas on how I can go about this.
Thanx in advance.