I'm a relative novice (strong user, but little programming knowledge) working on a personnel database in which employee Seniority is determined by Hire Date then SSN. I want to use a query that sorts into the correct order, then assigns and updates the table with a 'hard' Seniority number (most senior employee = 1, etc.) Need to re-run query at intervals when employees quit/terminate. Trying to avoid having to manually key 300+ seniority numbers whenever someone quits!<br><br>Get the feeling from what I've seen in the archives that this is either impossible or at least difficult. Anyone have a solution?<br><br>TIA