Hi guys, please answer ASAP!!!!
I have 5 tables...
- Form 1 class list this has student number, first name, second name class
- Form 1 term 1 marks this has student number, math_term1, eng_term1 etc
- Form 1 term 2 marks this has student number, math_term2, eng_term2 etc
- Form 1 term 3 marks this has student number, math_term2, eng_term2 etc
- Form 1 leavers
I would like to design a form with a combo box(where you choose the student number) and a button only that when you press it deletes that students records completely from the first 4 tables and take them to the form 1 leavers table so that you can still refer to the students marks at a later date but he is not considered in other calculations.
i want the form 1 leavers table to have the following fields : first name, second name, class, math _term1, math_term2, math_term3, etc...
Is this possible? if not what do you suggest i do is i want to delete a students records but then store them elswhere for any future reference