I need to calculate consecutive years of service in part-time or full-time status. If this has been answered in another thread, please refer me to it – I’ve searched for the better part of a day and didn’t find anything relevant.
For my scenario - a temporary employee may work:
2009-10 – Full time
2008-09 – Full time
2007-08 – Full time
2006-07 – Part time
2005-06 – Part time
2004-05 – Full time
I need to calculate number of academic years by “groups” in status – in other words, not cumulative. For example using the above information:
2009-10 – Full time (count = 3 consecutive years)
2008-09
2007-08
2006-07 – Part time (count = 2 consecutive years)
2005-06
2004-05 – Full time (count = 1 consecutive years)
I have the following structure:
TABLE: EMPLOYEE
Relevant FIELD: [EMPLOYEE_Number]
TABLE: APPOINTMENT
Relevant FIELDs:
[Employee_Number]
[APPOINTMENT_ID]
[Begin_Date]
[Expire_Date]
[FT_PT]
TABLE: CONTRACT
Relevant FIELDs:
[Appointment_ID]
[Contract_AY] (This is a text field)
Can anyone help?
(using: Access 2007, Windows XP)
Thanks in advance-
Colleen
For my scenario - a temporary employee may work:
2009-10 – Full time
2008-09 – Full time
2007-08 – Full time
2006-07 – Part time
2005-06 – Part time
2004-05 – Full time
I need to calculate number of academic years by “groups” in status – in other words, not cumulative. For example using the above information:
2009-10 – Full time (count = 3 consecutive years)
2008-09
2007-08
2006-07 – Part time (count = 2 consecutive years)
2005-06
2004-05 – Full time (count = 1 consecutive years)
I have the following structure:
TABLE: EMPLOYEE
Relevant FIELD: [EMPLOYEE_Number]
TABLE: APPOINTMENT
Relevant FIELDs:
[Employee_Number]
[APPOINTMENT_ID]
[Begin_Date]
[Expire_Date]
[FT_PT]
TABLE: CONTRACT
Relevant FIELDs:
[Appointment_ID]
[Contract_AY] (This is a text field)
Can anyone help?
(using: Access 2007, Windows XP)
Thanks in advance-
Colleen