G
Guest
I have a table that contains a "job #" that corresponds to a "project name."
Each project has a different job number. The job number is four digits. The
first two digits are the last two digits of the year the project was started,
and the last two digits are in the order that the project was received.
The problem is that the jobs from 2000-present, (job numbers begin with
"00", "01", and so on) get sorted before jobs from 1999 and before (job
numbers begin with "99", "98", and so on. This is assuming I will sort
records in ascending order. I know this is probably a common question, and I
can't really think of an easy solution. I can't change the format of the job
number because this is how all our paper and electronic files are organized.
Any suggestions?
Each project has a different job number. The job number is four digits. The
first two digits are the last two digits of the year the project was started,
and the last two digits are in the order that the project was received.
The problem is that the jobs from 2000-present, (job numbers begin with
"00", "01", and so on) get sorted before jobs from 1999 and before (job
numbers begin with "99", "98", and so on. This is assuming I will sort
records in ascending order. I know this is probably a common question, and I
can't really think of an easy solution. I can't change the format of the job
number because this is how all our paper and electronic files are organized.
Any suggestions?