I would like to create an instalment management database. Basically I have a table, instalment details, which tracks the number of instalments paid and to be paid. The instalment details table has a Loan ID which is unique to each instalment. I have a daily accounts table which keeps track of all the payments on a daily basis.
There are cases whereby it just some form of paymenr. Hence this is not updated into the instalment table.
I have created forms for the daily accounts table and there is yes/no field named instalment. If it is yes for instalment field, I want it to updated into the instalment details table by incrementing the number of instalments paid and decreasing the instalments to be paid.
There are cases whereby it just some form of paymenr. Hence this is not updated into the instalment table.
I have created forms for the daily accounts table and there is yes/no field named instalment. If it is yes for instalment field, I want it to updated into the instalment details table by incrementing the number of instalments paid and decreasing the instalments to be paid.