J
jacob
I work with SQL Server. I would typically do this with a stored procedure,
but since i don't know much about Access, i don't know how to do this. I'm
just trying to get some clues before i get started on this thing and figure
out i can't do what i need.
In this small database, i have about 4 tables. Department, Employee,
VacationTime, SickTime
Currently payroll is using a manual system to calculate all this stuff and
it is riddled with errors.
1) When our fiscal year begins, each employee is given 2 personal days of 8
hours each. I want the database to add these hours for all employees
automatically.
2) On the anniversary of his hire date, each employee accrues vacation time
based on years served.
- 1 to 5 years, 80 hours
- 6 to 10 years, 120 hours
- 11 years or more, 160 hours
I would like Access to do this automatically so payroll doesn't have to
remember each month.
3) Sick leave accrual has to be added also. Every 2 weeks our hourly staff
accrues 4 hours sick leave. Salaried employees accrue 8 hours per month of
sick leave.
I don't think payroll should have to run a query to do this every single
month. What if staff tries to pull up their time before payroll runs the
query?
Don't worry about simultaneous users. I'm aware of that.
I'm assuming I will need some if statements and all that kind of stuff. I'm
not asking anyone to do the programming. I'm simply asking what i need to
know to get this done so i can read up on it.
Thanks guys!
but since i don't know much about Access, i don't know how to do this. I'm
just trying to get some clues before i get started on this thing and figure
out i can't do what i need.
In this small database, i have about 4 tables. Department, Employee,
VacationTime, SickTime
Currently payroll is using a manual system to calculate all this stuff and
it is riddled with errors.
1) When our fiscal year begins, each employee is given 2 personal days of 8
hours each. I want the database to add these hours for all employees
automatically.
2) On the anniversary of his hire date, each employee accrues vacation time
based on years served.
- 1 to 5 years, 80 hours
- 6 to 10 years, 120 hours
- 11 years or more, 160 hours
I would like Access to do this automatically so payroll doesn't have to
remember each month.
3) Sick leave accrual has to be added also. Every 2 weeks our hourly staff
accrues 4 hours sick leave. Salaried employees accrue 8 hours per month of
sick leave.
I don't think payroll should have to run a query to do this every single
month. What if staff tries to pull up their time before payroll runs the
query?
Don't worry about simultaneous users. I'm aware of that.
I'm assuming I will need some if statements and all that kind of stuff. I'm
not asking anyone to do the programming. I'm simply asking what i need to
know to get this done so i can read up on it.
Thanks guys!