G
Guest
I have a field to store the term/year of the courses each student is supposed
to take. It looks something like this: 1/2000. I have a list of such terms
but the ascending order I've set turn out like this:
1/2000
1/2001
1/2002
2/2000
2/2001
2/2002
3/2000
3/2001
3/2002
What I need is this:
1/2000
2/2000
3/2000
1/2001
2/2001
3/2001
1/2002
2/2002
3/2002
What's the trick in getting it sorted out like this? Thanks.
ck
to take. It looks something like this: 1/2000. I have a list of such terms
but the ascending order I've set turn out like this:
1/2000
1/2001
1/2002
2/2000
2/2001
2/2002
3/2000
3/2001
3/2002
What I need is this:
1/2000
2/2000
3/2000
1/2001
2/2001
3/2001
1/2002
2/2002
3/2002
What's the trick in getting it sorted out like this? Thanks.
ck