R
Rajtomar
I have a table "DETAILS" in which fields are
Name Id TestDate Grade
(all fields can be duplicated)
Now I want a query which should return me
'Name' 'Id' ' TestDate' 'Grade in 2nd Last Test' 'Grade
in Latest Test'
It should be noted that every person appears the test many times and i
just want the recent two results.
The query should return names of only those people who have appeared
in either or both of the last two tests
I was trying to do this by running a query on a query but the results
were repeated again and again. Actually the query result should not
have one persons ID twice..
I am ready to hear that my table design is wrong i should make two
related tables but i'll be really thankful if someone can help me like
this..
Thanks a lot
Name Id TestDate Grade
(all fields can be duplicated)
Now I want a query which should return me
'Name' 'Id' ' TestDate' 'Grade in 2nd Last Test' 'Grade
in Latest Test'
It should be noted that every person appears the test many times and i
just want the recent two results.
The query should return names of only those people who have appeared
in either or both of the last two tests
I was trying to do this by running a query on a query but the results
were repeated again and again. Actually the query result should not
have one persons ID twice..
I am ready to hear that my table design is wrong i should make two
related tables but i'll be really thankful if someone can help me like
this..
Thanks a lot