Hello,
Since it is slightly hard to describe the problem I'm uploading the database itself to make it slightly easier to describe it.
Now the problem is that I am trying to make a membership form which should include fully added together subscription fees for each member however if you look in the Member Sub Owing query, then you can see that each member has a subscription for several years and some have paid and some have not, giving several same memberIDs with different years and the costs in different records.
So what I am asking is; How would I go about creating a simple query that would give me the full total subscription fee for all subscribed years for one member? e.g.
MemberID=2054, Total Fee=£9.50
instead of:
MemberID=2054, Year=2010, Fee=0
MemberID=2054, Year=2011, Fee=0
MemberID=2054, Year=2012, Fee=9.50
Relatively simple looking problem but I have been stuck on this for a good while now.
Since it is slightly hard to describe the problem I'm uploading the database itself to make it slightly easier to describe it.
Now the problem is that I am trying to make a membership form which should include fully added together subscription fees for each member however if you look in the Member Sub Owing query, then you can see that each member has a subscription for several years and some have paid and some have not, giving several same memberIDs with different years and the costs in different records.
So what I am asking is; How would I go about creating a simple query that would give me the full total subscription fee for all subscribed years for one member? e.g.
MemberID=2054, Total Fee=£9.50
instead of:
MemberID=2054, Year=2010, Fee=0
MemberID=2054, Year=2011, Fee=0
MemberID=2054, Year=2012, Fee=9.50
Relatively simple looking problem but I have been stuck on this for a good while now.