I want to create a report which should be looked like this.
In the data base, there are some tables called members, loans and deposits containing members names, joined date , etc.
Example:
MembersTable
MemberName MemberID etc
LoansTable
MemberName CommencedDate
DepositorTable
MemberName CommencedDate
I assume that I should be able to create a report using matix format. But I want to clarify few things before I start. How do I calculate nu members Data base tables contains only names of the members but not numbers. Other thing is how can I group members by perticular time periods as shown above Do I need to use parameters Also In the table, members can be borrowers or a depositors How can clarify this one
Please Can anyone give an idea How to start and which direction I should go etc
Thanks