nelslynn
12-29-2002, 12:36 AM
I have a query that has provided the lapse time between two time periods... i.e. the time between 5:00:10 AM and 6:00:00 AM is 00:59:50. I have 10 lapse times that I need to add.
FOR EXAMPLE: The result of my query is:
-----s1------------s2------------s3-------------s4 ..... s10
00:59:10------1:20:50------1:00:00------00:59:00 ..... 1:00:00
the lapse times are in a date/time format 'hh:nn:ss'.
How do I get a result of 5:19:00 for the above example??
Thanks,
FOR EXAMPLE: The result of my query is:
-----s1------------s2------------s3-------------s4 ..... s10
00:59:10------1:20:50------1:00:00------00:59:00 ..... 1:00:00
the lapse times are in a date/time format 'hh:nn:ss'.
How do I get a result of 5:19:00 for the above example??
Thanks,