Hi. Currently doing a program to calculate the loan repayments with due date, principal, interest and fortnight amortization. May I ask how do I calculate the repayment type to bi-weekly or fortnightly and populate the schedule of due dates bi-weekly automatically from the start date of payment. I only know for the weekly calculation i.e. DueDate = DateAdd("ww", intNumber, Me!Date)
Thank you so much in advance.
Thank you so much in advance.