I have a database including the time it should take to do any task listed based on an average time it took to do the task in the past. Such as it takes someone about 5 min to install a receptacle, so the database should show the time goal for that task at 5 min.
I record the tasks done on a worktable with the total time for that work. I have a query that will take the total time and divide it among the tasks to get a simulated average for each task. I'm still new on access so I can only get the query to make a new table with the results.
I need the query to update the time column in the tasktable for each individual item. Not every record should have the same time and having a separate table is making other queries not work due to no record of some tasks in the resulting table.
I record the tasks done on a worktable with the total time for that work. I have a query that will take the total time and divide it among the tasks to get a simulated average for each task. I'm still new on access so I can only get the query to make a new table with the results.
I need the query to update the time column in the tasktable for each individual item. Not every record should have the same time and having a separate table is making other queries not work due to no record of some tasks in the resulting table.