The sum of two fields that are in the same row must be obtained, and that number must be entered in a field at the end of the same row.
This is my code.
Sum(tbl1.fld1 + tbl1.fld2) AS [Total]
Is this the purpose of the SUM function, or can it also be used to calculate a column's sum?