Hi, your post was helpful to me. However, I am having difficulty displaying
the query results in a form that I have created.
I have the following fields:
[StartTime], [EndTime], and [TourLength]
I succesfully created a query that gives TourLength in minutes. However, in
the form, I do not know how to link the [TourLength] field to the query
results.
Thanks,
Diana
Allen Browne said:
Try the DateDiff() function:
DateDiff("n", [Start Time], [End Time])
More details:
Calculating elapsed time
at:
http://allenbrowne.com/casu-13.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Reply to group, rather than allenbrowne at mvps dot org.
What formula do I need to use to calculate the number of minutes that have
elapsed between a START TIME and an END TIME.
I.E.
START TIME END TIME # of MINUTES
2:00 AM 3:45 AM 105