I have a table with a star time and end time with values entered in like this
Start Time EndTime
10/23/2008 6:15:51 PM 3/25/2009 9:27:40 AM
They are of date/time type and a general date format string.
If I try to use DateDiff(endtime-start time) I get an #Name error.
When I've tried to used functions found on MS, such as GetElapsedTime() or Elapsed Time I get an#Error, but not details as to my cause.
How can I pass in the entire Date/Time field and have it return the elapsed time in hours :MM:ss: without separating the column into day and time? So that when I subtract those two values I get something like 28:07:39:10?
Start Time EndTime
10/23/2008 6:15:51 PM 3/25/2009 9:27:40 AM
They are of date/time type and a general date format string.
If I try to use DateDiff(endtime-start time) I get an #Name error.
When I've tried to used functions found on MS, such as GetElapsedTime() or Elapsed Time I get an#Error, but not details as to my cause.
How can I pass in the entire Date/Time field and have it return the elapsed time in hours :MM:ss: without separating the column into day and time? So that when I subtract those two values I get something like 28:07:39:10?