I have a Payment Certificate Query Where the Fields "ThisPayment" and "LastPayment" are added together to produce "TotalPayment" but "LastPayment" is to be generated by previous "TotalPayment" which a Dlookup will get me but appears blank, probably something to do with circular reference but not generating that error.e.g.
TotalPayment LastPayment This Payment
20000 = 0 + 20000
50000 = 20000 + 30000
Any assistance or info telling me this is not possible on a query would be good. Thanks
TotalPayment LastPayment This Payment
20000 = 0 + 20000
50000 = 20000 + 30000
Any assistance or info telling me this is not possible on a query would be good. Thanks