G
Guest
Ok so I have a subform that is tracking all of my purchases. In the header
of the subform, I have a subtotal result which works fine. When I try to
reference that value and actually display the subtotal on the main form
though, I get a #Name? error. The subtotal on the subform gets its result by:
=nz(Sum([linetotal])) and this works fine.
The reference on the main form to the sub form is:
=Forms!sfrmPurchaseDetail!OrderSubtotal
Any ideas? Thanks.
Troy W.
of the subform, I have a subtotal result which works fine. When I try to
reference that value and actually display the subtotal on the main form
though, I get a #Name? error. The subtotal on the subform gets its result by:
=nz(Sum([linetotal])) and this works fine.
The reference on the main form to the sub form is:
=Forms!sfrmPurchaseDetail!OrderSubtotal
Any ideas? Thanks.
Troy W.