ppataki
02-15-2010, 04:33 AM
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:
Expr1: DLookUp("[creditlimitcp]";"[tbl_annualdata]";"[yeardata] = " & [yeardata]-1)
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:
Expr1: DLookUp("[creditlimitcp]";"[tbl_annualdata]";"[yeardata] = " & [yeardata]-1)
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 ;)