If I try to associate the sum with an ID such as RowID, I am advised that this is an aggregate function. Help only explains what an aggreage function is, is doesn't provide a solution.
I try expr1: Sum([field1]+[field2])
Select [field1] As A,[field2] As B
From mytable
Sum(A+B);
The only solution I can see is to create a bridge table,
RowID Field1 Field2
Export to Excel. Perform the addition, import the bridge back into Access.
I'd like to believe there is a way to do this without going to Excel.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.