I need to print payment books for a loan. Besides name,address etc., I have payment date, payment amount, late date(used dateadd to add 10 days to payment date), late amount (calculated as a percent or min $ from the payment amount.
My problem is I have to print a seperate sheet for each payment so a 12 month loan would have 12 payments or sheets. Each sheet has to have an updated payment date and late date.
I can't get the report to repeat the form over for the same customer and update the data. I don't want to have to type in data for each payment because some of them are in the 60+ area.
My problem is I have to print a seperate sheet for each payment so a 12 month loan would have 12 payments or sheets. Each sheet has to have an updated payment date and late date.
I can't get the report to repeat the form over for the same customer and update the data. I don't want to have to type in data for each payment because some of them are in the 60+ area.