I see you did not get any response. I provide help- with Access applications
for a reasonable fee. I have an MBA degree and have created several
amortization schedules. I could create one for you for a very modest fee.
Contact me if you are interested.
Steve
(e-mail address removed)
P=(L*R/100/F)/(1-EXP(-T*LN(1+R/100/F)))
Where:
P=monthly payment
L=original loan
F=payments per year, 12 if payments are made monthly
R=interest rate, 5.123 for 5.123 percent
T=total payments to satisfy loan.
The code will work in any programming language that understands EXP as the
natural log e raised to variable x power and LN as natural log of a number.
If you can't write the code for the equation, do the work in Excel which has a
built in function.
Chuck