D
D. M.
Just when I thought I was finished, I found a new problem.
I have 2 forms: Orders and Order Details Subform (datasheet view). The
subform was created from the Order Details table. The fields are:
OrderDetailID (PK), OrderID(fk), Description, Unit Cost, Quantity.
On the subform I added a text field called Total Cost which calculates [Unit
Cost]*[Quantity]. I then added a text box called PO Total to the footer to
sum the Total Cost column "=Sum([Total Cost]".
I would like to show the PO Total on the Order form. I created a text box
with the control source set to: =Order_Details_Subform.Form!PO_Total.
This shows an error. What am I doing wrong? Can anyone help?
I have 2 forms: Orders and Order Details Subform (datasheet view). The
subform was created from the Order Details table. The fields are:
OrderDetailID (PK), OrderID(fk), Description, Unit Cost, Quantity.
On the subform I added a text field called Total Cost which calculates [Unit
Cost]*[Quantity]. I then added a text box called PO Total to the footer to
sum the Total Cost column "=Sum([Total Cost]".
I would like to show the PO Total on the Order form. I created a text box
with the control source set to: =Order_Details_Subform.Form!PO_Total.
This shows an error. What am I doing wrong? Can anyone help?