Hi,
I have a class of 300 students, and in a table (Student Marks), it lists their name and a mark out of 100 for a test I gave them recently.
I have another table (Mark Frequency), which lists possible marks out of 100 (a table with values 0 to 100), with another attribute left blank ready to calculate how many students got that mark.
What I am trying to do is when I press a button, to get the blank field to calculate how many students got more than that mark.
I have tried macros, but I can't get anything to work.
I have read about For...Each Next loops and was wondering whether that might be able to work.
Any help would be much appreciated.
Thanks,
Lex
I have a class of 300 students, and in a table (Student Marks), it lists their name and a mark out of 100 for a test I gave them recently.
I have another table (Mark Frequency), which lists possible marks out of 100 (a table with values 0 to 100), with another attribute left blank ready to calculate how many students got that mark.
What I am trying to do is when I press a button, to get the blank field to calculate how many students got more than that mark.
I have tried macros, but I can't get anything to work.
I have read about For...Each Next loops and was wondering whether that might be able to work.
Any help would be much appreciated.
Thanks,
Lex