GohDiamond
"Access- Imagineer that!"
- Local time
- Today, 11:37
- Joined
- Nov 1, 2006
- Messages
- 550
Hello,
I have to produce a loan fee schedule with declining fee calculations applied every 12 months. I can do all the calculation formulas and come up with a single result for each 12 months.
For example in the first 12 months the fee is 600/month
For the next 12 months the fee is 550/month
and so on for a total of X months (Total number of months varies)
Some Loans are 360 months (30 years)
What I have is:
LoanID FeeCalc1 feeCalc2
Loan1 600 550
What I need is:
Loan1 Month1 FeeCalc1
Loan1 Month2 FeeCalc1
Loan1 Month3 FeeCalc1
. . .
Loan1 Month13 FeeCalc2
Loan1 Month14 FeeCalc2
Loan1 Month15 FEeCalc2
. . .
There over 41k loans to be processed this way resulting in about
1.6 million records
How would I create this output table from the calculation either in vba or Sql.
I'm kinda lost so any help would be appreciated.
BTW I have about a week to resolve this.
Thanks for any help in advance
CHEERS!
Goh
I have to produce a loan fee schedule with declining fee calculations applied every 12 months. I can do all the calculation formulas and come up with a single result for each 12 months.
For example in the first 12 months the fee is 600/month
For the next 12 months the fee is 550/month
and so on for a total of X months (Total number of months varies)
Some Loans are 360 months (30 years)
What I have is:
LoanID FeeCalc1 feeCalc2
Loan1 600 550
What I need is:
Loan1 Month1 FeeCalc1
Loan1 Month2 FeeCalc1
Loan1 Month3 FeeCalc1
. . .
Loan1 Month13 FeeCalc2
Loan1 Month14 FeeCalc2
Loan1 Month15 FEeCalc2
. . .
There over 41k loans to be processed this way resulting in about
1.6 million records
How would I create this output table from the calculation either in vba or Sql.
I'm kinda lost so any help would be appreciated.
BTW I have about a week to resolve this.
Thanks for any help in advance
CHEERS!
Goh