I hope someone can help me. I have a form called Project Summary on which I have created a subform called Payments Subform. On the form footer of the Payments Subform I have created a field called Core1Subtotal which calculates the subtotal of a field Core1.
I am now trying to call the field on the Project Summary form below the Payments Subform by using the following as the control source:
=[Forms]![Payments Subform]![Core1Subtotal]
at the moment all I am getting is #Name?
This is an eg that I found in the Northwinds database on their Orders form but when I copy it, I am getting the above message
I hope someone has a solution as I have tried every variation I can think of.....
I am now trying to call the field on the Project Summary form below the Payments Subform by using the following as the control source:
=[Forms]![Payments Subform]![Core1Subtotal]
at the moment all I am getting is #Name?
This is an eg that I found in the Northwinds database on their Orders form but when I copy it, I am getting the above message
I hope someone has a solution as I have tried every variation I can think of.....