I have a table in Access that has the following fields: ID, DateIn, TimeIn, DateOut, TimeOut. I want to create a query that has these fields and TotalTime Column. In the TotalTime, I need a time difference calculation based on dates that shows the total hours and minutes for each ID. The...