Hi All,
I'm relatively new here so I apologize if my question is a silly one!
On a List page, how can you get a field in the next record and display it as a field in the current record?
I will explain...
I have a field "EntryDateTime" who's value will also be the "NextEntryDateTime" for the previous record.
Like this
PLATE..............EntryDateTime.............NextEntryDateTime
ABC123.........23/08/2020 07:43AM.........23/08/2020 08:02AM
DEF789.........23/08/2020 08:02AM.........23/08/2020 09:12AM
XYZ000.........23/08/2020 09:12AM.........23/08/2020 11:10AM
CCC123........23/08/2020 11:10AM.........(date & time of next PLATE entry)
Using the method shown at https://asprunner.com/forums/topic/21092-implementing-running-totals-in-asprunnerpro/ I have tried creating a query that has a running row count and then was linked via a [ID]=[ID]-1 but would not allow me to link the row number.
Any suggestions/pointers would be greatly appreciated!
Thanks
I'm relatively new here so I apologize if my question is a silly one!
On a List page, how can you get a field in the next record and display it as a field in the current record?
I will explain...
I have a field "EntryDateTime" who's value will also be the "NextEntryDateTime" for the previous record.
Like this
PLATE..............EntryDateTime.............NextEntryDateTime
ABC123.........23/08/2020 07:43AM.........23/08/2020 08:02AM
DEF789.........23/08/2020 08:02AM.........23/08/2020 09:12AM
XYZ000.........23/08/2020 09:12AM.........23/08/2020 11:10AM
CCC123........23/08/2020 11:10AM.........(date & time of next PLATE entry)
Using the method shown at https://asprunner.com/forums/topic/21092-implementing-running-totals-in-asprunnerpro/ I have tried creating a query that has a running row count and then was linked via a [ID]=[ID]-1 but would not allow me to link the row number.
Any suggestions/pointers would be greatly appreciated!
Thanks