nibirkhan
asked on
Compare Time from two tables
I have two tables, TBL_JobTrack and TBL_TimeTrack. When employee comes in the morning they sing in and the data goes to TBL_TimeTrack and later they start job and data goes to TBL_JobTrack.
How do I get a report or a query to get a daily comparison who started job after how many minutes they signed in. Also my table structures are not the same but they both have a [StartTime] field which contains the Date and time.
Any idea?
How do I get a report or a query to get a daily comparison who started job after how many minutes they signed in. Also my table structures are not the same but they both have a [StartTime] field which contains the Date and time.
Any idea?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.