Hi All, I have a subform which has a field in the footer to calculate the sum of a field =Sum([SaleAmount]).
On the main form, I have a textbox that references the subform's [SaleAmount], Main form control =[Forms]![MainForm].[MainForm_subfrm].[Form]![SaleAmount]
I have a combo box which looks...