I'm trying to add a calculated control to a custom form to add together two other fields in the same form. I used =Sum(Field1+Field2) in the Control Source on the Property Sheet. It works in adding together the two fields. However, rather than just adding the two fields on the current record, it totals those two fields on all of the records in the form. I have 46 records in the form and I want it to just add the current record and then change numbers if I click over to another record. How would I go about doing this? Any help is greatly appreciated