I have a database that keeps daily attendance records for about 100 employees. Well everyday 1 person is doing data entry, when an error was discovered on reports the user could go in to the table and just scroll the sorted table to find the record where the error was. Well we are about to add the whole facility to this system. It will be daily records for about 750 employees. And that way to fix errors will not be feasible. How do we go about making changes or fixing errors in a timely manner? Run a query that asks for Employee ID and date, to bring up that record to change it? And then when we save that record will there be two records for that employee for that day? (Can't have that) How does that work? What is best process?
Don't know the best way to do this.
Don't know the best way to do this.