I have 1 confusion about query.
I have one data sheet which has students name and their marks.
some of the student has got same marks. I want to find out their names.
e.g.: - A 50
B 40
C 50
D 40
E 60
F 60
I want to make query for this. which will help me to find out the duplicates from that sheet means if i put "50" in a particular field the result should display as "A" "C" (bcoz "A" , "C" has got same marks.)
Please let me know if you have any suggestion or solution
Thanks,
I have one data sheet which has students name and their marks.
some of the student has got same marks. I want to find out their names.
e.g.: - A 50
B 40
C 50
D 40
E 60
F 60
I want to make query for this. which will help me to find out the duplicates from that sheet means if i put "50" in a particular field the result should display as "A" "C" (bcoz "A" , "C" has got same marks.)
Please let me know if you have any suggestion or solution
Thanks,
Comment