I am trying to put together the SQL statement to get me the time (in minutes)between the time entry for the current record and the time of the most recent entry just before it. For instance, in my query results, I get entry number 10 with a
time stamp of 11:00:00 AM and in the same recordset I have entry 11 with a time stamp of 11:15:00 AM. I want the row with entry 11 to show 00:15:00...