Hello..
I have a form with three tabs.
Event
Personnel Assigned
Break Down
On the event tab I have a txtbox that is supposed to pull from the footer in the break down tab the sum. I can get the sum to work on the break down tab but I can't get it to pull to the event tab. I keep getting the #Name? error.
I have tried the following combinations:
=Forms!frmEventSubGen!txtSumEthnicity
=frmEventSubGen.Form.txtSumEthnicity
=frmEventSubGen!Form!txtSumEthnicity
I even tried the build method and I am still getting the #Name? error. Any suggestions?
I have a form with three tabs.
Event
Personnel Assigned
Break Down
On the event tab I have a txtbox that is supposed to pull from the footer in the break down tab the sum. I can get the sum to work on the break down tab but I can't get it to pull to the event tab. I keep getting the #Name? error.
I have tried the following combinations:
=Forms!frmEventSubGen!txtSumEthnicity
=frmEventSubGen.Form.txtSumEthnicity
=frmEventSubGen!Form!txtSumEthnicity
I even tried the build method and I am still getting the #Name? error. Any suggestions?