Thank you, you were right. The two numbers in Field 1& 2 now Sum correctly in the sum column. However another problem has arisen.
The form is a continuous form and when opened selects x number of records from two tables which are linked by a unique identifier.
Thus for each record there is a sum column. On the form the total in this column sums all the figures for all the records. i.e
If there are three records the results look like this
Record 1 - Field 1 (Data =10) Field 2 (Data = 4) Sum column total =33
Record 2 - Field 1 (Data = 5) Field 2 (Data =7) Sum column total = 33
Record 3 - Field 1 (Data = 4) Field 2 (Data = 3) Sum column total = 33
So the sum column is totaling all the field data for all the records
Grateful for any ideas on this one.
regards Clem