D
Dave
on my sub form (subDetails) I have a totals column.
I then Total the totals column in the footer of the subform in a field named
(txtOrderTotal)
I want to display that total on the Parent form (frmOrders)
(I do not want to just show the footer of the sub form due to placment
issues)
So on my parrent form I have a text box with this code in the control source
=Forms!subDetails.txtOrderTotal
BUT all I get is "#NAME?!"
I have doubled checked my spelling.
Am I going about this wrong?
Any help here will be appreciated.
Thanks in advance
Dave
I then Total the totals column in the footer of the subform in a field named
(txtOrderTotal)
I want to display that total on the Parent form (frmOrders)
(I do not want to just show the footer of the sub form due to placment
issues)
So on my parrent form I have a text box with this code in the control source
=Forms!subDetails.txtOrderTotal
BUT all I get is "#NAME?!"
I have doubled checked my spelling.
Am I going about this wrong?
Any help here will be appreciated.
Thanks in advance
Dave