Let me start out by saying... this is a weird one from a company a little out of date.
Employees are assigned employee ID number based upon the year they were hired, and the next available number. For example: hired in 1999, 3rd employee hired - your employee number is 993. hired in 2005, 3rd employee hired - your employee number is 53.
Hire date is not kept anywhere.
I cannot change the data type, nor the content of the data. I must work with what is there.
I must sort employees in order by employee number, so that seniority can be seen. Those people hired in 1999 must appear before those hired in 2005.
Any ideas??
Employees are assigned employee ID number based upon the year they were hired, and the next available number. For example: hired in 1999, 3rd employee hired - your employee number is 993. hired in 2005, 3rd employee hired - your employee number is 53.
Hire date is not kept anywhere.
I cannot change the data type, nor the content of the data. I must work with what is there.
I must sort employees in order by employee number, so that seniority can be seen. Those people hired in 1999 must appear before those hired in 2005.
Any ideas??