[[Split from: Row-Numbering a Query based on Date Values ]]
Thank you so much Luuk! Very helpful!
Could you help me with one more thing? Now that the rows have sequential IDs, how could I create a field that lists the timestamp in the very next row in each row? For example, I would like to have the following:
I understand how to accomplish this in my head, but haven't been using Access long enough to know the syntax required. I think that using the DLookup function with a criteria that selects the Timestamp value from the row who's ID value is the minimum greater-than value of the current row's ID value, will work. Could you help with the syntax?
Thank you so much (again)
Thank you so much Luuk! Very helpful!
Could you help me with one more thing? Now that the rows have sequential IDs, how could I create a field that lists the timestamp in the very next row in each row? For example, I would like to have the following:
Code:
Lot Status Timestamp Next_Timestamp 342 Down 4/25/2015 6:49:00 AM 4/25/2015 8:30:00 AM 526 Up 4/25/2015 8:30:00 AM 4/25/2015 9:21:43 AM 782 Up 4/25/2015 9:21:43 AM 4/25/2015 9:55:22 AM 827 Down 4/25/2015 9:55:22 AM
Thank you so much (again)
Comment