I have a table which includes two fields - [timeclockedin] and [timeclockedout] What I would like to be able to do is - run a weekly check on these two fields and check if staff have clocked in late or clocked out early. Example an early shift works 06:00 - 14:00, so I was thinking along the lines of > 06:00 [timeclockedin] and < 14:00 [timeclockedout].
Would this be possible in a query or do I need to use code ?
Would this be possible in a query or do I need to use code ?