I have a db: front-end is web-based and back-end is MSAccess.
I created a utility that tracks when employees are late.
If they are late, they receive 4 pts. This data is inputted on Monday:
-The date last week when they were late
-The amount of points (sometimes its more than 4).
When they accumulate 20 points- they receieve their first warning.
As it stands, I have 2 tables: an employee table and a tracker table.
At the end of the week (Sunday) I would like to be able to fire a query or insert a record into a table that sums up last week's absence time (no human intervention).
What I'm looking for is an auto-updated record insertion.
I was thinking a third table- Warnings. This is where the record would be inserted.
Is this possible?
Any thoughts or suggestions are greatly appreciated.
[blue]Go to work to learn. Don't go to work to earn.[/blue]
I created a utility that tracks when employees are late.
If they are late, they receive 4 pts. This data is inputted on Monday:
-The date last week when they were late
-The amount of points (sometimes its more than 4).
When they accumulate 20 points- they receieve their first warning.
As it stands, I have 2 tables: an employee table and a tracker table.
At the end of the week (Sunday) I would like to be able to fire a query or insert a record into a table that sums up last week's absence time (no human intervention).
What I'm looking for is an auto-updated record insertion.
I was thinking a third table- Warnings. This is where the record would be inserted.
Is this possible?
Any thoughts or suggestions are greatly appreciated.
[blue]Go to work to learn. Don't go to work to earn.[/blue]