J
Jaimeta
Thanks for your help - I need module code to run this table:
Index Starttime Difference Person
1 4/5/2010 6:00:00 AM Sally
2 4/5/2010 6:30:00 AM Sally
3 4/5/2010 7:30:00 AM Sally
4 4/6/2010 11:40:00 PM Peter
5 4/6/2010 11:50:00 PM Peter
I want to put in the "Difference" column, the time in seconds between the
first record and the second. Also, I need the time to start over at 0 when
the person column changes.
For example:
Index Starttime Difference Person
1 4/5/2010 6:00:00 AM 0 Sally
2 4/5/2010 6:30:00 AM 00:30:00 Sally
3 4/5/2010 7:30:00 AM 01:00:00 Sally
4 4/6/2010 11:40:00 PM 0 Peter
5 4/6/2010 11:50:00 PM 00:10:00 Peter
Index Starttime Difference Person
1 4/5/2010 6:00:00 AM Sally
2 4/5/2010 6:30:00 AM Sally
3 4/5/2010 7:30:00 AM Sally
4 4/6/2010 11:40:00 PM Peter
5 4/6/2010 11:50:00 PM Peter
I want to put in the "Difference" column, the time in seconds between the
first record and the second. Also, I need the time to start over at 0 when
the person column changes.
For example:
Index Starttime Difference Person
1 4/5/2010 6:00:00 AM 0 Sally
2 4/5/2010 6:30:00 AM 00:30:00 Sally
3 4/5/2010 7:30:00 AM 01:00:00 Sally
4 4/6/2010 11:40:00 PM 0 Peter
5 4/6/2010 11:50:00 PM 00:10:00 Peter