I have four tables called;
tblParishioners:- AccountNo, AccountName
tblYears:- YearID, AccountNo, YearPeriod
tblCollections:- CollectionID, YearID, CollectionType, NoCollections, AmtPerCollection
tblAccDetails:- AccDetailsID, CollectionID, CollDate, Status, Remark, AmountPaid
A person will be...