Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
If you are certain that the record IDs will be sequential, then you can relate the table to itself. Make a field with the formula [Record ID#]-1. Call, it [Previous Record ID#].
Then make the relationship t of your table to itself based on that field on the right side of the relationship. Then look up field(s) from the previous record to the record.
Then make the relationship t of your table to itself based on that field on the right side of the relationship. Then look up field(s) from the previous record to the record.