N
nidhi9211
Hi -
I have fourcolumns subject-id, stud-id, stud-name and score in an
Access table. For every subject id there are multiple records for
various students' scores. 1. I need to display only unique records
that display every subject id once with the student information who
scored the minimum marks in that subject.2. If possible then display
second minimun and third minimum in other columns.I have used distinct
with subject-id and the min(score) as a column value for score with
order by min(score) but it arranges all the records in asec scores and
hence does not fulfill the purpose of display one row for each subject
id.
Thanks in anticipation.
I have fourcolumns subject-id, stud-id, stud-name and score in an
Access table. For every subject id there are multiple records for
various students' scores. 1. I need to display only unique records
that display every subject id once with the student information who
scored the minimum marks in that subject.2. If possible then display
second minimun and third minimum in other columns.I have used distinct
with subject-id and the min(score) as a column value for score with
order by min(score) but it arranges all the records in asec scores and
hence does not fulfill the purpose of display one row for each subject
id.
Thanks in anticipation.