I’m using Ms Access 2003 and I have this problem in the query,
I created two tables named timein and timeout. The first one contains the time field that the employees are coming (timein) to work and the second one contains the field for the time they are leaving (timeout)
My problem is that I don’t know how to connect these two tables in the query to show the results and make the calculations need for the total working time for every employee
(for every table the employee has to give his code)
I created two tables named timein and timeout. The first one contains the time field that the employees are coming (timein) to work and the second one contains the field for the time they are leaving (timeout)
My problem is that I don’t know how to connect these two tables in the query to show the results and make the calculations need for the total working time for every employee
(for every table the employee has to give his code)
Comment