Hello,
I have the following two tables with a column "sum" that should contain the sub-total as described. Thaks in advance!
table1: overview
column1verviewID
column2:name
column3:sum -> (of all rows of table2.overviewID - this field shoul contain the sum of all single scores for the particular overview ID and should change automatical when new details are added)
table2: details
column1:detailID
column2verviewID
column3:score (from 1-10)
I have the following two tables with a column "sum" that should contain the sub-total as described. Thaks in advance!
table1: overview
column1verviewID
column2:name
column3:sum -> (of all rows of table2.overviewID - this field shoul contain the sum of all single scores for the particular overview ID and should change automatical when new details are added)
table2: details
column1:detailID
column2verviewID
column3:score (from 1-10)