Im sorry if this has been asked before, but I couldnt find it in the forums....
I have 2 time fields and a total hours field in my form. "START" "END" and "TOTAL HOURS". I needed to calculate the hours between start and end, so someone suggested that I use this as a control source in the "TOTAL HOURS" field:
=DateDiff("h",[start],[end]).
Works great, except if my event starts at 8pm and lasts till 1am. I get a result of 19 hours. How can I correct this AM/PM after midnight bug? Thanks.
I have 2 time fields and a total hours field in my form. "START" "END" and "TOTAL HOURS". I needed to calculate the hours between start and end, so someone suggested that I use this as a control source in the "TOTAL HOURS" field:
=DateDiff("h",[start],[end]).
Works great, except if my event starts at 8pm and lasts till 1am. I get a result of 19 hours. How can I correct this AM/PM after midnight bug? Thanks.