I have a two part problem.
I have a main form and subform. The subform is tied to the main form by record id. All items with a like record id show on the main form with the same record id.
First part: I set up the total [Total Refund] field on the subform. It is as follows
=Sum([Client Amount])
However, this is totaling all the records for that field. I need it to only total the records with the like record id so that the total for just those records will appear on the main form.
Second part: Even with the total field totaling incorrectly, I tried to have it show up on the main form. But it gives me a #Name? error. The field is as follows = Forms![Additional Unresolved]![Total Refund].
Any help would be wonderful!
Thanks
Stacey
I have a main form and subform. The subform is tied to the main form by record id. All items with a like record id show on the main form with the same record id.
First part: I set up the total [Total Refund] field on the subform. It is as follows
=Sum([Client Amount])
However, this is totaling all the records for that field. I need it to only total the records with the like record id so that the total for just those records will appear on the main form.
Second part: Even with the total field totaling incorrectly, I tried to have it show up on the main form. But it gives me a #Name? error. The field is as follows = Forms![Additional Unresolved]![Total Refund].
Any help would be wonderful!
Thanks
Stacey