Thank you for reading this thread. I have a problem with creating a query with calculation, please help:
RecordID | PartCount | RowCount
1 | 1 | 9<Default as "9" on Query
2 | 2 | 11 <=2+9, which is PartCount on 2nd record adding RowCount on 1st Record
3 | 5 | 16 <=5+11, which is PartCount on 3rd record adding RowCount on 2nd Record
etc.
Is there any way to make a query like this?
RecordID | PartCount | RowCount
1 | 1 | 9<Default as "9" on Query
2 | 2 | 11 <=2+9, which is PartCount on 2nd record adding RowCount on 1st Record
3 | 5 | 16 <=5+11, which is PartCount on 3rd record adding RowCount on 2nd Record
etc.
Is there any way to make a query like this?
Last edited: