Hello
I have a table (Access 2000) named tblStudents.
In this table there are four fields:
ID, Sequence No, GroupID, GroupCode
that contains the following information:
ABD01010101, 4, 1234, 123
AEE02020202, 3, 1234, 123
ABD01010101, 1, 5678, 567
CAA03030303, 2, 1234, 123
EEE04040404, 1, 1234, 123 etc. etc.
I want to re-sequence the Sequence No based on the Student ID in ascending order (but also taking care of the Group ID and Code)
For example, the results will be:
ABD01010101, 1, 1234, 123
AEE02020202, 2, 1234, 123
CAA03030303, 3, 1234, 123
EEE04040404, 4, 1234, 123
ABD01010101, 1, 5678, 567
and so on ...
Thanks for any help??
Dawn
I have a table (Access 2000) named tblStudents.
In this table there are four fields:
ID, Sequence No, GroupID, GroupCode
that contains the following information:
ABD01010101, 4, 1234, 123
AEE02020202, 3, 1234, 123
ABD01010101, 1, 5678, 567
CAA03030303, 2, 1234, 123
EEE04040404, 1, 1234, 123 etc. etc.
I want to re-sequence the Sequence No based on the Student ID in ascending order (but also taking care of the Group ID and Code)
For example, the results will be:
ABD01010101, 1, 1234, 123
AEE02020202, 2, 1234, 123
CAA03030303, 3, 1234, 123
EEE04040404, 4, 1234, 123
ABD01010101, 1, 5678, 567
and so on ...
Thanks for any help??
Dawn