Hello All
I need to create a report using access for a repayment schedule. I have a table that holds the input field of number of payments but when I print the report I need to print each payment number and the related payment amounts.
ex:If number of payments is 3 then report shoul show
payment num payment amt
1 100
2 98
3 95
and so on.Do I need an array to to do this as the field on the table only holds the total number of payments as of now.How do I show the breakdown??
-N
I need to create a report using access for a repayment schedule. I have a table that holds the input field of number of payments but when I print the report I need to print each payment number and the related payment amounts.
ex:If number of payments is 3 then report shoul show
payment num payment amt
1 100
2 98
3 95
and so on.Do I need an array to to do this as the field on the table only holds the total number of payments as of now.How do I show the breakdown??
-N