I need to get the total of two fields which are within the same row and input that number in a field at the end of that same row.
This is my code.
S
Try the following:
SELECT *, (FieldA + FieldB) AS Sum FROM Table