C
ChrisSAustin
Hello,
I need to create a report that seperates a total fee into one monthly charge
of X%, then equal monthly amounts depending on the contract length. ie a
$1000 charge with a 25% first payment and 11 month contract would show a
first month charge of $250 then 10 equal payments of $75.
My input is a table with the following column headings: Account#, Total Fee,
Contract length, FirstMonthPercentage.
I would like the output to be a table with the same columns as above, but
with each months payment following on the same row.
Although I am pretty good with Access, I do not know any VB and can't think
of a way to do this with a macro. I tried using a query that calculated 12
months but it became too complicated to run.
Thanks
I need to create a report that seperates a total fee into one monthly charge
of X%, then equal monthly amounts depending on the contract length. ie a
$1000 charge with a 25% first payment and 11 month contract would show a
first month charge of $250 then 10 equal payments of $75.
My input is a table with the following column headings: Account#, Total Fee,
Contract length, FirstMonthPercentage.
I would like the output to be a table with the same columns as above, but
with each months payment following on the same row.
Although I am pretty good with Access, I do not know any VB and can't think
of a way to do this with a macro. I tried using a query that calculated 12
months but it became too complicated to run.
Thanks