Hi
I am in the middle of creating a database and wondered if I could have your help. One of the forms in the database will be used for staff to input the number of hours spent on particualr tasks in the course of a day. I would like a field at the bottom that sums these up and validates the total against the number of hours that staff are supposed to work. For example if the total hours allowed was 8 and an employee spent their day as in the following:
Task 1 4
Task 2 3
Task 3 2
Total 9
I would like an error message to flag that the total exceeds the limit of 8. The Total field won't be stored in a table, its just their to help validate the data entered by staff.
Any ideas on how I can achieve this would be greatly appreciated.
Thanks
I am in the middle of creating a database and wondered if I could have your help. One of the forms in the database will be used for staff to input the number of hours spent on particualr tasks in the course of a day. I would like a field at the bottom that sums these up and validates the total against the number of hours that staff are supposed to work. For example if the total hours allowed was 8 and an employee spent their day as in the following:
Task 1 4
Task 2 3
Task 3 2
Total 9
I would like an error message to flag that the total exceeds the limit of 8. The Total field won't be stored in a table, its just their to help validate the data entered by staff.
Any ideas on how I can achieve this would be greatly appreciated.
Thanks