R
RVP
Guest
I have written a query which calculates the time interval between two times (24 hr clock format)using DateDiff("h",time1, time2). The query works OK but whenever the "time1" is before 00:00 (midnight) and "time2" is after midnight, I get a negative value eg if "time1" is 23:30 and "time2" is 03:30, the result is a negative value. How can I get the correct answer?
Thanks
Thanks