C
Cyhill
I need to see if there is a way to assign a sequence number to a particular
record within a query. For example...If an employee was hired multiple times
(hired / termed / then hired again), I need to count each hire on an
incremental basis. Below is an example of what I'm looking to do within a
query. Anyone have any ideas.
Empl ID Hire Date Hire Seq Count
125 1/22/2006 1
125 5/6/2006 2
125 2/22/2007 3
521 1/23/2006 1
644 6/25/2005 1
663 5/22/2005 1
663 9/2/2006 2
987 8/22/2005 1
record within a query. For example...If an employee was hired multiple times
(hired / termed / then hired again), I need to count each hire on an
incremental basis. Below is an example of what I'm looking to do within a
query. Anyone have any ideas.
Empl ID Hire Date Hire Seq Count
125 1/22/2006 1
125 5/6/2006 2
125 2/22/2007 3
521 1/23/2006 1
644 6/25/2005 1
663 5/22/2005 1
663 9/2/2006 2
987 8/22/2005 1