andielangley
Programmer
I have a table of flexitime data which contains four fields AM Time In, AM Time Out, PM Time In and PM Time Out. All the fields are of type Date/Time and are formatted as Short Date so they appear as 08:45, 13:56, etc
What I need to do with a query is find out the number of hours and minutes worked between those times and display the final result in the format HH:MM. So, for example, the check in and out values are 08:30, 12:30, 13:30, 17:00 and the result I need is 07:30 representing 7 and a half hours worked.
I can do the arithmetic in a calculated field but the result is displayed as a numeric fraction and I have no idea how to get this into the format I need.
Any advice would be appreciated, thanks
What I need to do with a query is find out the number of hours and minutes worked between those times and display the final result in the format HH:MM. So, for example, the check in and out values are 08:30, 12:30, 13:30, 17:00 and the result I need is 07:30 representing 7 and a half hours worked.
I can do the arithmetic in a calculated field but the result is displayed as a numeric fraction and I have no idea how to get this into the format I need.
Any advice would be appreciated, thanks