W
Wren
I have a table where we track students scores.
Students have three attempts to pass there test and each attempt/score is
entered as a seperate line entry.
I ultimately need to identify the highest score for each students test.
The fields i am working with are;
Student Name
Student ID
Test Ttile
Activity date
Score
I have tried to using a duplicates query and then using the totals/min and
max values feature. As this query output is read only, I have no way to
update/identify which score is the higest vale for each test.
I am sure that it is my inexpereince but there must be an easier way to do
this instead of visually checking line by line.
Any direction would be appreciated.
Thank you
Wren
Students have three attempts to pass there test and each attempt/score is
entered as a seperate line entry.
I ultimately need to identify the highest score for each students test.
The fields i am working with are;
Student Name
Student ID
Test Ttile
Activity date
Score
I have tried to using a duplicates query and then using the totals/min and
max values feature. As this query output is read only, I have no way to
update/identify which score is the higest vale for each test.
I am sure that it is my inexpereince but there must be an easier way to do
this instead of visually checking line by line.
Any direction would be appreciated.
Thank you
Wren