R
Ryan W
I have two txt Boxes, start time and end time. In a query I want to know in
minutes the difference in time. I know the syntax: DateDiff("n",
[starttime],[endtime])
What happens if my start time is 2350 (11:50 p.m.) and end time is 0130
(1:30 a.m.) the next day? How can I handle that it changed days?
minutes the difference in time. I know the syntax: DateDiff("n",
[starttime],[endtime])
What happens if my start time is 2350 (11:50 p.m.) and end time is 0130
(1:30 a.m.) the next day? How can I handle that it changed days?