This is maybe a stupid question, but it's already kept me up several nights
I've got db with project leaders updating their savings each month:
January savings1 savings2 savings3
February savings1 savings2 savings3
If I want to make a sum (in my query) for savings1, savings2 and savings3, how do I do this?
Expr1: [savings1]+[savings2]+[savings3] won't work....
I've got db with project leaders updating their savings each month:
January savings1 savings2 savings3
February savings1 savings2 savings3
If I want to make a sum (in my query) for savings1, savings2 and savings3, how do I do this?
Expr1: [savings1]+[savings2]+[savings3] won't work....