Hi, I have a totals query that returns any number of results sorted in date order. What I need is to then create a column called [Sequence] that then shows the row/record sequence number as per below:
I am sure I am missing something really simple here but I cannot get it to work! Any ideas?
Thanks
Year | OrderNumber | SumOfQuoteValue | Sequence |
2023 | MJ0092763 | 5987.76 | 1 |
2024 | MJ0092763 | 5987.76 | 2 |
2025 | MJ0092763 | 5987.76 | 3 |
I am sure I am missing something really simple here but I cannot get it to work! Any ideas?
Thanks