K
Kevyn1980
The web site my company uses date and time stamps any journal entry a user
will place in the web site. This data is kept in same field, how can I
calculate the difference in times from one record to the next?
This is how is shows when I pull the data from a query (it is in same field):
journal_date_time
10/5/2009 4:21:20 PM
10/5/2009 4:21:22 PM
10/5/2009 4:21:22 PM
10/5/2009 4:33:19 PM
10/5/2009 4:33:31 PM
10/5/2009 4:48:49 PM
10/5/2009 4:49:40 PM
10/5/2009 4:50:19 PM
10/5/2009 5:23:00 PM
10/5/2009 5:23:49 PM
10/5/2009 5:23:54 PM
10/5/2009 5:41:53 PM
10/5/2009 5:41:53 PM
10/5/2009 5:42:29 PM
10/5/2009 5:42:29 PM
If these were to different fields I would have no problems with it, I'd just
use the DateDiff function, but not sure if you can even do it if the data is
in the same field.
Thank you a head of time
Kevyn
will place in the web site. This data is kept in same field, how can I
calculate the difference in times from one record to the next?
This is how is shows when I pull the data from a query (it is in same field):
journal_date_time
10/5/2009 4:21:20 PM
10/5/2009 4:21:22 PM
10/5/2009 4:21:22 PM
10/5/2009 4:33:19 PM
10/5/2009 4:33:31 PM
10/5/2009 4:48:49 PM
10/5/2009 4:49:40 PM
10/5/2009 4:50:19 PM
10/5/2009 5:23:00 PM
10/5/2009 5:23:49 PM
10/5/2009 5:23:54 PM
10/5/2009 5:41:53 PM
10/5/2009 5:41:53 PM
10/5/2009 5:42:29 PM
10/5/2009 5:42:29 PM
If these were to different fields I would have no problems with it, I'd just
use the DateDiff function, but not sure if you can even do it if the data is
in the same field.
Thank you a head of time
Kevyn