There is a table named student_score like the following:
The data is recorded by a form named: score_entery. Is it possible that when I open the form all three fields are blank and ready for data entry, but when I put next and the form goes to the next record, the student name field automatically gets the data of the previous record? if this works I wont have to choose student name after the first record and i will only put the subject and score.
Thank you
Code:
ID studentname score subject
12 jack A Biology
13 jack c politics
14 jack B math
15 jack A physics
16 Steve B math
17 Steve A politics
Thank you