G
gbecker
Here is my issue. I have a table (emp) that contain fname, lname, DOB (date
of birth), DOH (Date of Hire), Seniority, and SS (last four of Social). The
Seniority field needs to be recalculated whenever the user wants. I need a
query or function (button pressed) that will take into account all employees.
It needs to group the records by DOH, when duplicates then by SS, and when
duplicates there by DOB. Then place the proper seniority number in the
column on the table for other reports. Example of how the table should look.
Last First DOH SS DOB SEN
Malone Sam 8/8/05 1234 5/5/1956 1
Balone Sue 8/12/07 1000 2/3/1976 2
Valone Bob 8/12/07 1002 4/4/1986 3
canny mary 8/12/07 1002 4/4/1987 4
Thank you for your help. I am using access 2000
of birth), DOH (Date of Hire), Seniority, and SS (last four of Social). The
Seniority field needs to be recalculated whenever the user wants. I need a
query or function (button pressed) that will take into account all employees.
It needs to group the records by DOH, when duplicates then by SS, and when
duplicates there by DOB. Then place the proper seniority number in the
column on the table for other reports. Example of how the table should look.
Last First DOH SS DOB SEN
Malone Sam 8/8/05 1234 5/5/1956 1
Balone Sue 8/12/07 1000 2/3/1976 2
Valone Bob 8/12/07 1002 4/4/1986 3
canny mary 8/12/07 1002 4/4/1987 4
Thank you for your help. I am using access 2000