Hello currently working on my management system.
So my problem is my student has a field of status. and has 2 values Enrolled and Not enrolled.
Currently my enroll is working. My idea is once the system date would be April the students status would change from enroll to Not Enrolled , and when the students enrolled the status would change to enrolled no problem with the enroll part just the not enrolled part.
Would appreciate any ideas on how to perform this. Currently i am imagining an If else on my enroll page.
I would add a new
DATEcolumn to the table and save only enrolled students information:Say that you want all the students that enrolled after the beginning of April, all you have to do is:
If you want to find students which where NOT enrolled you can use
NOT EXIST