I have two tables
Master
Detail
In the Master & Detail table, i have an Amount field
I need to get the SUM of Amount in Detail and subtract it from Amount in Master and display in “Current_Amount”
“Current_Amount” should equal to “Master.Amount” – Sum of “Detail.Amount”
Without having a ton of details on the two tables, this will give you the total:
Then if you want the Master Id included: