S
SimonMurphy
Hi, I have a little problem that I think should be able to be done but cannot
work out how I might do it in Access 2003.
I have records like the following:
Name ExamDate ExamGrade
Simon 12/10/2008 C
Simon 01/02/2009 B
Simon 20/04/2009 A
James 12/11/2007 C
James 06/05/2008 A
Laura 03/08/2006 B
For each person I want to display their current exam grade and their
previous exam grade on the same row of a report. So I am trying to develop a
query to return the records I need. If the person has only one exam date
entry I want the previous grade to show a blank.
e.g.
Name Previous Grade Current Grade
Simon B A
James C A
Laura B
Can anyone help with the SQL for the query I would need?
Thanks in advance
Simon
work out how I might do it in Access 2003.
I have records like the following:
Name ExamDate ExamGrade
Simon 12/10/2008 C
Simon 01/02/2009 B
Simon 20/04/2009 A
James 12/11/2007 C
James 06/05/2008 A
Laura 03/08/2006 B
For each person I want to display their current exam grade and their
previous exam grade on the same row of a report. So I am trying to develop a
query to return the records I need. If the person has only one exam date
entry I want the previous grade to show a blank.
e.g.
Name Previous Grade Current Grade
Simon B A
James C A
Laura B
Can anyone help with the SQL for the query I would need?
Thanks in advance
Simon