P
polilop
Is it possible to update multiple rows?
I have two tables. first table named Values has theses columns (and values):
ID Value SumID
1 100 5
2 44 5
3 214 6
4 50 6
The second table named Sums has these values
ID Sum
5 144
6 264
The Sums table holds the sum of all the values from the value table that
have the same SumID.
When i change the values in the Value table i need to update the Sum's. Is
it possible to do this with a query in access?
I have two tables. first table named Values has theses columns (and values):
ID Value SumID
1 100 5
2 44 5
3 214 6
4 50 6
The second table named Sums has these values
ID Sum
5 144
6 264
The Sums table holds the sum of all the values from the value table that
have the same SumID.
When i change the values in the Value table i need to update the Sum's. Is
it possible to do this with a query in access?