Calculating a payment

Brian0721PA

Registered User.
Local time
Today, 19:08
Joined
Aug 6, 2003
Messages
19
What is the formula for calculating a monthly payment on a mortgage in a form? is this possible. I have the loan amount, term, and interest rate. I can do this in excel, but how in access?

Thanks alot!!


Brian
 
In the cell on the form where you want to show the result, set the data control source to = then your formula, refering to the names of the fields that contain the data.

Eg =[tbInterestRate]*[tbTerm]
 
What I have so far

Here is what I have so far: =Pmt([Interest Rate]/12,[Term],-[Loan Amount]) It's giving me some wacky number that is way out of range. Any suggestions?

Thanks alot!
 
Have you got the term as # yrs or yrs*periods in year?
 
Term

I have the term in number of months. Maybe it should be years?
 

Users who are viewing this thread

Back
Top Bottom