Calculating a payment (1 Viewer)

Brian0721PA

Registered User.
Local time
Today, 03:35
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
 

Mark Wild

Registered User.
Local time
Today, 03:35
Joined
Apr 9, 2003
Messages
126
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]
 

Brian0721PA

Registered User.
Local time
Today, 03:35
Joined
Aug 6, 2003
Messages
19
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!
 

Mark Wild

Registered User.
Local time
Today, 03:35
Joined
Apr 9, 2003
Messages
126
Have you got the term as # yrs or yrs*periods in year?
 

Brian0721PA

Registered User.
Local time
Today, 03:35
Joined
Aug 6, 2003
Messages
19
Term

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

Users who are viewing this thread

Top Bottom