I am creating a database for a sports club which has membership details and finance details.
The tables are:-
tblMembers (FullName, Address, Email, etc)
tblFinance (ID, TransactionCategory, TransactionDate, TransactionAmount, TransactionMember).
The tblFinance "TransactionMember" is linked...