kingpaul
First Post
I'll admit, my Access skills are not that stellar. However, here's my problem, and I hope someone can help me out.
I'm in the process of building a database to record my employees' absence hours and occurrence rates over a rolling 52 week cycle. I have an employee table (SSN, fname, lname) and a rate table (employee (linked to the SSN), week-ending date, absent hours, occurrences). What I need to do is somehow total the most recent 52 entries, then divide the absences by 2080 and the occurrences by 260, which will give me the rates. Any ideas on how to accomplish that?
I'm in the process of building a database to record my employees' absence hours and occurrence rates over a rolling 52 week cycle. I have an employee table (SSN, fname, lname) and a rate table (employee (linked to the SSN), week-ending date, absent hours, occurrences). What I need to do is somehow total the most recent 52 entries, then divide the absences by 2080 and the occurrences by 260, which will give me the rates. Any ideas on how to accomplish that?