T
Ted Hall
I have a database with employee information in it. I
would like to include tracking employees Sick time in a
separate table. Each July 1st every employee gets 40 hrs
of sick time. If they do not us it, it accrues to the
next year and so on. I am trying to figure how I can
have access track this. The database is accessed by over
20 people entering employee info. I need a table that
will have a running total. Whenever an employees takes a
sick day, it is entered into an occurence table. I need
access to deduct those hours from the employees total
hours. I don't want it to be deducted automatically,
because if the sick day changes to another type of time
off, the hours would have to be manually put back into
the table. With over 300 employees this causes a time
tracking nightmare. Also absent sick data is removed
from the database every 2 years, so I would need to have
a table that would store yearly totals used. I would
ultimately like to create a report to give to each
employee that would list an employees sick days, and show
how much sick time they have left.
Has anyone developed a database like this or have any
suggestions? Thanks in advance.
would like to include tracking employees Sick time in a
separate table. Each July 1st every employee gets 40 hrs
of sick time. If they do not us it, it accrues to the
next year and so on. I am trying to figure how I can
have access track this. The database is accessed by over
20 people entering employee info. I need a table that
will have a running total. Whenever an employees takes a
sick day, it is entered into an occurence table. I need
access to deduct those hours from the employees total
hours. I don't want it to be deducted automatically,
because if the sick day changes to another type of time
off, the hours would have to be manually put back into
the table. With over 300 employees this causes a time
tracking nightmare. Also absent sick data is removed
from the database every 2 years, so I would need to have
a table that would store yearly totals used. I would
ultimately like to create a report to give to each
employee that would list an employees sick days, and show
how much sick time they have left.
Has anyone developed a database like this or have any
suggestions? Thanks in advance.