B
Ben Nicholson
I have a table that contains all attempts made by all
students at a particular course. Records are unique on
the student's id number and the term in which the class
was taken.
What I would like to do would be to create a new field in
the table (probably through the use of a make table
query) which identifies what attempt number this record
is for that student so that I can look at all 2nd
attempts, 3rd attempts, etc. easily.
Is there an easy way to create an identifier for record
that match on one field (ID) and can be put in to order
on another field (TERM_CODE)
Thanks in advance.
Ben Nicholson
students at a particular course. Records are unique on
the student's id number and the term in which the class
was taken.
What I would like to do would be to create a new field in
the table (probably through the use of a make table
query) which identifies what attempt number this record
is for that student so that I can look at all 2nd
attempts, 3rd attempts, etc. easily.
Is there an easy way to create an identifier for record
that match on one field (ID) and can be put in to order
on another field (TERM_CODE)
Thanks in advance.
Ben Nicholson