Hi Everyone,
I am making a database that tracks Employee's vacation/personal/sick days. I want to be able to automatically calculate accrual rates based on the time a specific employee has been working here. For example, our organization accrues 0.84 vacation days per month if you have worked here 0-5 years, 1.25 days vacation per month for 6-10 years, 1.67 days vacation per month for 11-20 years, and 2.083 days per month for anyone who has worked 21+ years.
I have two fields, start date and vacation accrual rate. I want vacation accrual rate to automatically fill in as 0.84, 1.25, 1.67, or 2.083 depending on the date and update itself, daily. So for instance, if my start date was 06/01/2005, my accrual rate should automatically say 0.84 and on 06/01/2010, it should automatically change to 1.25.
Is this possible?
Thanks in advance!
I am making a database that tracks Employee's vacation/personal/sick days. I want to be able to automatically calculate accrual rates based on the time a specific employee has been working here. For example, our organization accrues 0.84 vacation days per month if you have worked here 0-5 years, 1.25 days vacation per month for 6-10 years, 1.67 days vacation per month for 11-20 years, and 2.083 days per month for anyone who has worked 21+ years.
I have two fields, start date and vacation accrual rate. I want vacation accrual rate to automatically fill in as 0.84, 1.25, 1.67, or 2.083 depending on the date and update itself, daily. So for instance, if my start date was 06/01/2005, my accrual rate should automatically say 0.84 and on 06/01/2010, it should automatically change to 1.25.
Is this possible?
Thanks in advance!