I have the following in Excel:
Interval Time Diff in Minutes
T1 3/24/2007 2:31:55 PM 0.000000
T2 3/24/2007 2:39:21 PM 7.433333
T3 3/24/2007 3:07:08 PM 27.783333
T4 3/24/2007 3:11:09 PM 4.016667
How can this be replicated in Access? T1 thru Tx and a date time stamp are stored in a table or even different tables. The created query would return the time difference in minutes between intervals. This needs to be done dynamically, without having to add a multitude of related tables to a given query. I am using Access 2003.
Interval Time Diff in Minutes
T1 3/24/2007 2:31:55 PM 0.000000
T2 3/24/2007 2:39:21 PM 7.433333
T3 3/24/2007 3:07:08 PM 27.783333
T4 3/24/2007 3:11:09 PM 4.016667
How can this be replicated in Access? T1 thru Tx and a date time stamp are stored in a table or even different tables. The created query would return the time difference in minutes between intervals. This needs to be done dynamically, without having to add a multitude of related tables to a given query. I am using Access 2003.