I have a query that returns all our company's employees.
I need to show the names in alphabetical order; but show their employee numbers (like 1,2,3,etc) in DESCENDING order - regardless of when they were hired. The display would look like:
Adams, Joyce 47
Brown, Henry 46
Is there an...