colmtourque
Registered User.
- Local time
- Today, 01:42
- Joined
- Sep 26, 2002
- Messages
- 83
Does anyone know how to make a form that will figure out compound interest.
That is If you have a begining value of 100, and you want to the figure that every year the value will grow by 10%.
I have a query that holds the begining value of an account and the interest rate and the number of year to compound, but how do I fill a flex grid (if that is what I should use) with the values of a number of years.
I figure I need to do a do loop until a counter=s the number of years.
So far I have created a blank form that is a datagrid with three cells and named the cells, as a subform of an account value form.
Someone please help and tell me what to do next.
ps
I know this can be done quite easily in excel but I have been asked to make it happen in access.
That is If you have a begining value of 100, and you want to the figure that every year the value will grow by 10%.
I have a query that holds the begining value of an account and the interest rate and the number of year to compound, but how do I fill a flex grid (if that is what I should use) with the values of a number of years.
I figure I need to do a do loop until a counter=s the number of years.
So far I have created a blank form that is a datagrid with three cells and named the cells, as a subform of an account value form.
Someone please help and tell me what to do next.
ps
I know this can be done quite easily in excel but I have been asked to make it happen in access.