I have both a start time and finish time, in my table define as date & time. I would like to calculate the amount of time between the 2 fields in minutes; I used the “datediff” MIN: DateDiff("n",[Table1]![strTime],[Table1]![endTime]) and it works great when my time runs over the 24 hours I have problems not sure what to do. Ex strtime= 10:30:00 PM and endtime = 12:15:00 AM it returns –1335 should be 105 minutes. Any help would be appreciative.
Thanks in Adavance
Thanks in Adavance