J
jjh
I simply want a query that will return the actual row
number so I can display the row number in a listbox to
show the ranking of staff seniority.
The query is sorted by staff_start_date, so it will be in
the proper orer, but I can't fugure out how to show the
relative position this person is in.
So, it would be something like this:
Select (rownumber or whatever it should be), staff_name,
staff_start_date from tbl_staff order by staff_start_date;
Thanks, Jeff
number so I can display the row number in a listbox to
show the ranking of staff seniority.
The query is sorted by staff_start_date, so it will be in
the proper orer, but I can't fugure out how to show the
relative position this person is in.
So, it would be something like this:
Select (rownumber or whatever it should be), staff_name,
staff_start_date from tbl_staff order by staff_start_date;
Thanks, Jeff