Okay, I hope I can clarify this correctly.
Im designing a poker tournament and membership manager and I don't know how to approach a feature I need.
I have a table -EVENTS that contains the core event data like the date, location and attendance.
Then I have a separate table that links to the event's KEY and is used to store the events results. Player name (pulled from member table), finish position and points. Players are awarded points for where they finish a game. I want those points to be added to The members overall point total.
Any thoughts on how I add these points to a total and where do you think I should store the running total? Should it always be calculated in a query or stored in a field? I'm so lost right now any help would be greatly appreciated.