Thanks Niall, Just done a test, this works, but I seem to be having a
problem calculating the total in form2?Is this because the data in form2
has been imported into the form? The usual formcalc or js does not
appear to work?Tried both the below:Sum (CostField1,
CostField2)Total.rawValue = CostField1.rawValue +
CostField2.rawValue;Thanks