Hullo guys, hope you are fine.
I need some extensive help. Am working on a database whose transactions relate to those of a financial institution.
I have so far created the following tables;
-tblMembers Table (MemberID and Name, etc)
-tblClient Table (ClientID, Name, etc)
-tblMemberDeposits (DepositID, MemberID, etc)
-tblloans (LoanID, Member/ClientID, etc)
-tblLoanPayback (PaybackID, LoanID, etc)
-tblExpenses (ExpesesID, Name, etc)
-tblLoanStatus (StatusId, StatusName - completed- in progress, etc)
-tblUsers (UserID, Name)
Notes:
1. - This is a group of Individuals whose details are taken care of by tblMembers
2. - tblClients represents outsiders to the group who come in for small loans
3. - Both members and clients can take loans but at different interest rates per month i.e. 5% for members and 10% for Clients.
4. - tblMemberdeposits captures member’s personal deposits which in return are given out as loans because it form the group capital base.
5. - Whenever a member makes a capital deposit, his or her capital base increases and so gets a new share percentage (MemberTotalDeposits/TotalDepositsOfAllMembers)*100 for that particular period
6. - Members’s deposits are supposed to grow as more interests are obtained from loans per month depending on each member’s cumulative capital base (share percentage). Note that (a) Total month expenses should be offset from the month’s gross profits first (b) it is a group policy to retain 50% of final profits per month and members share the remaining 50% depending on their share percentage.
7. - At the end of the year, a member can choose to withdraw some or all his profits accumulated throughout the year and this obviously reduces his/her share percentage.
What to be done
My biggest problem is the logical interpretation and implementation project in access as pertains to issues like;
- - The queries to run
- - Changing existing data (figures) as new deposits and withdraws are made
- Additional tables if any
- Etc
So please whoever has a clue / resourse or has ever implemented such a project to give me a hand, I will be glad.
I have also attached a sample database for what I have done sofar.
[FONT="]
Thanks[/FONT]
I need some extensive help. Am working on a database whose transactions relate to those of a financial institution.
I have so far created the following tables;
-tblMembers Table (MemberID and Name, etc)
-tblClient Table (ClientID, Name, etc)
-tblMemberDeposits (DepositID, MemberID, etc)
-tblloans (LoanID, Member/ClientID, etc)
-tblLoanPayback (PaybackID, LoanID, etc)
-tblExpenses (ExpesesID, Name, etc)
-tblLoanStatus (StatusId, StatusName - completed- in progress, etc)
-tblUsers (UserID, Name)
Notes:
1. - This is a group of Individuals whose details are taken care of by tblMembers
2. - tblClients represents outsiders to the group who come in for small loans
3. - Both members and clients can take loans but at different interest rates per month i.e. 5% for members and 10% for Clients.
4. - tblMemberdeposits captures member’s personal deposits which in return are given out as loans because it form the group capital base.
5. - Whenever a member makes a capital deposit, his or her capital base increases and so gets a new share percentage (MemberTotalDeposits/TotalDepositsOfAllMembers)*100 for that particular period
6. - Members’s deposits are supposed to grow as more interests are obtained from loans per month depending on each member’s cumulative capital base (share percentage). Note that (a) Total month expenses should be offset from the month’s gross profits first (b) it is a group policy to retain 50% of final profits per month and members share the remaining 50% depending on their share percentage.
7. - At the end of the year, a member can choose to withdraw some or all his profits accumulated throughout the year and this obviously reduces his/her share percentage.
What to be done
My biggest problem is the logical interpretation and implementation project in access as pertains to issues like;
- - The queries to run
- - Changing existing data (figures) as new deposits and withdraws are made
- Additional tables if any
- Etc
So please whoever has a clue / resourse or has ever implemented such a project to give me a hand, I will be glad.
I have also attached a sample database for what I have done sofar.
[FONT="]
Thanks[/FONT]