Hi folks,
I'm trying to put together a db that can keep track of what happens in our free loan foundation.
There are depositors and borrowers (at times the same person may be both) most loans are given in monthly installments.
I'm not sure of the table structure necessary to allow multiple loans/deposits with multiple due-dates for the same person.
I need to store information for each installment (i.e. due-date, amount etc.).
I'm trying to put together a db that can keep track of what happens in our free loan foundation.
There are depositors and borrowers (at times the same person may be both) most loans are given in monthly installments.
I'm not sure of the table structure necessary to allow multiple loans/deposits with multiple due-dates for the same person.
I need to store information for each installment (i.e. due-date, amount etc.).