Hi,
I am currently building a Loan Database for my office.
I have two tables; tblCustomer (with general Customer details)
and tblLoan (fields such as LoanAmount, LoanDate, Interest, InterestAmount, PreviousArrears , InterestPaidLas tMonth,Interest Balance,TotalAr rears and so on).
I could not come up with a solution for replacing the value for the field PreviousArrears in tblLoan.
PreviousArrears is the amount that was not paid until last month.
TotalArrears is sum of all balanced amount yet to be paid (it includes sum of PreviousArrears , Otherfees and InterestBalance )
I dont hav problem to enter the values for the first time. everything is working fine. but for the next month, if the customer paid the interest amount, then i need to make the corresponding changes.
say, the Total Arrears for the month of June is $100, i want that value to be replaced in PreviousArrears field if i try to enter values for the next month (July).
so that, PreviousArrears field will be $100 and TotalArrears Value will be changed to the new value based on PreviousArrears , Otherfees and InterestBalance
Need your assistance.
thanks,
I am currently building a Loan Database for my office.
I have two tables; tblCustomer (with general Customer details)
and tblLoan (fields such as LoanAmount, LoanDate, Interest, InterestAmount, PreviousArrears , InterestPaidLas tMonth,Interest Balance,TotalAr rears and so on).
I could not come up with a solution for replacing the value for the field PreviousArrears in tblLoan.
PreviousArrears is the amount that was not paid until last month.
TotalArrears is sum of all balanced amount yet to be paid (it includes sum of PreviousArrears , Otherfees and InterestBalance )
I dont hav problem to enter the values for the first time. everything is working fine. but for the next month, if the customer paid the interest amount, then i need to make the corresponding changes.
say, the Total Arrears for the month of June is $100, i want that value to be replaced in PreviousArrears field if i try to enter values for the next month (July).
so that, PreviousArrears field will be $100 and TotalArrears Value will be changed to the new value based on PreviousArrears , Otherfees and InterestBalance
Need your assistance.
thanks,
Comment