I am in the process of converting my jobs vacation spreadsheet for their employees to an Access database. I have a bunch of different classifications and I need to have a table that shows a summary of the hours of vacation earned, the hours carried over from the previous year and the number of hours remaining to be scheduled for this year in one table. This I call the summary table (for ex tbladmin summary). The table also includes the seniority date for the employee and the key is the last name first name. It was hard to do it by senority because in the admin classification there are three different sub classifications that I have to take their seniorirty in that sub group into account. Anyway, I am trying to have a form where the clerk can go in and input the amount of hours of vacation earned and the hours carried over from the previous year for a particular employee, and then another form where the clerk can enter the date (in terms of month and day because we can assume the year) and number of hours vacation wanted for that date, max 8 hours per day. That form should update a calender table for that month and automatically update the summary table with the amount of hours remaining to be scheduled for this year.
I got as far as creating a form to input the hours earned and creating the summary table, but when I attempt to use the form to update the hours, I get an error that says duplicate entry. I also am confused as to how to reflect a subtraction in the summary table.
I hope that this makes sense. Thanks in advance.
I got as far as creating a form to input the hours earned and creating the summary table, but when I attempt to use the form to update the hours, I get an error that says duplicate entry. I also am confused as to how to reflect a subtraction in the summary table.
I hope that this makes sense. Thanks in advance.