|
-
Nov 3rd, 2000, 10:15 PM
#1
Thread Starter
New Member
I am trying to use the VB Payment function to calculate a loan payment. So far unsuccessful. Here is what I have on my form:
A textbox named txtAmount, which is the loan amount the user enters
A combo box named cboTerm, which is the term of the loan 1-10
Another combo box named cboRate, which is the interest rate 5-15
A textbox named txtPayment, which displays the answer
A command button named cmdPayment
When cmdPayment is clicked, I would like the Monthly Payment to be displayed in the txtPayment textbox.
A form load procedure, which I have already coded, initally loads the combo box's.
Can anyone help me with the compute payment command button code?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|