SELECT tblFTHC.DEPT, tblFTHC.[CLOCK NBR], tblFTHC.[EMPLOYEE ID], tblFTHC.POSITION, tblFTHC.SHIFT, tblLunchPunchHistory.CLKOND, tblLunchPunchHistory.CLKOFD, Left([tblLunchPunchHistory]![CLKOND],Len([tblLunchPunchHistory]![CLKOND])-2)/24+(Right([tblLunchPunchHistory]![CLKOND],2))/(24*60) AS [CLOCK...