From that error message it seems your fields are not in a table, rather just numericfields in a subform. The scripting above will only work in a table. If you just have fields the calculation is just (in formcalc):$ = price1 + price2 + price3 etc.If the rest of the fields are in a table and just the...