I have 2 databases that look like the following:
Table 1:
Task | Points
T1 | 5
T2 | 5
T3 | 10
Table 2:
Name | Total Points
A | 200
B | 50
C | 10
Every time a task is performed in Table 1, I want the number of points to be added to the total points of ONLY row A in Table 2.