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
My query contains three fields: Lot, Status, and Timestamp. I've sorted the query by ascending Timestamp values and would like to assign a row number ID to each row. I've tried using:
Leave a comment: