Ok I am trying to do a calculation on my main form totalling some amounts.
On my sub form the control source is =Sum([Amount]) my subform is named frmWarrantyListSubform, the Textbox on the footer of the subform is named txtWarrantySubform.
My main form is named frmProvider, my control source for the textbox on the footer of main form is =frmWarrantyList Subform.Form!txtWarrantySubform.
The name of the textbox on my main form is txtWarrantyMain.
I run the form and I get #Error displayed, what is my problem?
Charlie
On my sub form the control source is =Sum([Amount]) my subform is named frmWarrantyListSubform, the Textbox on the footer of the subform is named txtWarrantySubform.
My main form is named frmProvider, my control source for the textbox on the footer of main form is =frmWarrantyList Subform.Form!txtWarrantySubform.
The name of the textbox on my main form is txtWarrantyMain.
I run the form and I get #Error displayed, what is my problem?
Charlie
Last edited: