I try to fill the empty records whit the last record that in not null. For this I use this formula:
Expr1: IIf([Rate] Is Null;DLookUp("Rate";"tblRate");[Rate])
But at the third record, it fills not from second record (0.00), but from first (0.20)
Expr1: IIf([Rate] Is Null;DLookUp("Rate";"tblRate");[Rate])
But at the third record, it fills not from second record (0.00), but from first (0.20)