J
James T.
Access 2000
I have a form (LoanPayment,)that has a table that I
dropped in as a subform (LoanHistory). As payments are
posted each month I would like to have the user input the
payment amount (PaymentAmount)and the next field
(AmountRI) be a calculated field like this:
Previous (AmountRI)-(PaymentAmount)= New(AmountRI)
without it causing a loop. I tried =sum([AmountRI]-
[PaymentAmount]) and it gives me a negative value the same
as the PaymentAmount.
Any help appreciated.
James
I have a form (LoanPayment,)that has a table that I
dropped in as a subform (LoanHistory). As payments are
posted each month I would like to have the user input the
payment amount (PaymentAmount)and the next field
(AmountRI) be a calculated field like this:
Previous (AmountRI)-(PaymentAmount)= New(AmountRI)
without it causing a loop. I tried =sum([AmountRI]-
[PaymentAmount]) and it gives me a negative value the same
as the PaymentAmount.
Any help appreciated.
James