Dear All,
I have an aggregate query that displays certain fields of a table
I would like to display the values of the previous record of one of the fields
I have used this formula:
but it only works for one "group" and copies that data for all the others
I attached a screenshot to better understand the problem (circled the part that works)
Could you please advise?
Many thanks in advance
I have an aggregate query that displays certain fields of a table
I would like to display the values of the previous record of one of the fields
I have used this formula:
Code:
Expr1: DLookUp("[creditlimitcp]";"[tbl_annualdata]";"[yeardata] = " & [yeardata]-1)
I attached a screenshot to better understand the problem (circled the part that works)
Could you please advise?
Many thanks in advance