I'm very new to Access so please be patient with very simply questions.
I'm running Access 2003 and have a database with approximately 52 fields.
I have 10 very simple formulas:
[Field_A]*[Price_A]
[Field_B]*[Price_B]
etc, etc. They are all running fine with the total of each formula going into a field right next to the price field. Expr1[Field_A]*Price_A].
My problem is after these 50 fields I need a total field that will add all the previous total fields A-J. My formula looks like :[expr1]+[expr2]+[expr3]+[expr4]+[expr5]+[expr6]+[expr7]+[expr8]+[expr9]+[expr10] (I did not name the fields, just left them at expr1-10).
And I get nothing!! Please can anyone tell what I am or am not doing and how do I get this working? Thank you

I'm running Access 2003 and have a database with approximately 52 fields.
I have 10 very simple formulas:
[Field_A]*[Price_A]
[Field_B]*[Price_B]
etc, etc. They are all running fine with the total of each formula going into a field right next to the price field. Expr1[Field_A]*Price_A].
My problem is after these 50 fields I need a total field that will add all the previous total fields A-J. My formula looks like :[expr1]+[expr2]+[expr3]+[expr4]+[expr5]+[expr6]+[expr7]+[expr8]+[expr9]+[expr10] (I did not name the fields, just left them at expr1-10).
And I get nothing!! Please can anyone tell what I am or am not doing and how do I get this working? Thank you