Hi guys. I have a problem with formula when it comes down to this situation shown on the picture.
When my first entered time is before midnight, and second is after, it won't work.
I have created a calculated field with this expression :
Code:
(Hour([End_time]-[Start_time])*60)+Minute([End_time]-[Start_time])
It is supossed to calculate minutes from two times, start and end, and it works just fine,
until it comes up to a situation on the picture. Also, the start and end time are "Date/Time" type of data in my table.
Can you help me fix this?