G
Guest
I am trying to calculate the length of time a room is booked for. I have
used the expression Hours Booked: DateDiff("h",[Start Time],[StopTime]) which
works for whole hours. The problem I have is it only seems to look at the
minutes if the start & stop minutes are the same i.e 09:15 to 12:15. If the
times are 09:30 to 12:00 it returns 3 hours not 2.5 hours. All times are
formatted to Short Time, can anyone help me? Many thanks.
used the expression Hours Booked: DateDiff("h",[Start Time],[StopTime]) which
works for whole hours. The problem I have is it only seems to look at the
minutes if the start & stop minutes are the same i.e 09:15 to 12:15. If the
times are 09:30 to 12:00 it returns 3 hours not 2.5 hours. All times are
formatted to Short Time, can anyone help me? Many thanks.