J
JBW
I have looked through the various posts re: calculating difference between
times but most seem to require that the dates/times be in 2 separate columns.
I am working on a project where an individual animal is remotely detected.
What I have is an Access table is individual ID for each animal in one
column, the dates the individual was detected, and in a third column the time
of detection. I can combine the dates/times into a single column if needed.
I need a query that will recognize the first time an individual is detected
and then calculate the total number of hours, minutes, seconds between the
second detection and the first; the total time between the third and second
detection, and so on through the last date/time detected. It seems like I
need some sort of lag/loop combo but don't know how to code that. Any
suggestions?
times but most seem to require that the dates/times be in 2 separate columns.
I am working on a project where an individual animal is remotely detected.
What I have is an Access table is individual ID for each animal in one
column, the dates the individual was detected, and in a third column the time
of detection. I can combine the dates/times into a single column if needed.
I need a query that will recognize the first time an individual is detected
and then calculate the total number of hours, minutes, seconds between the
second detection and the first; the total time between the third and second
detection, and so on through the last date/time detected. It seems like I
need some sort of lag/loop combo but don't know how to code that. Any
suggestions?