G
Guest
After a small test using a subform, I applied the technique to a real
application with a mainform contains the following fields:
* Part #:
* Qty:
In the Detail section of the subform, it contains multiple Comp_Names, Unit
Weight of each Component and the Total Weight based on the QTY in the
mainframe.
Comp_Name Unit_Weight Total_Weight
where "Total_Weight" is a computed field which contains a formula:
Forms!Mainform!Qty*Unit_Weight
In the Footer section, it contains two fields:
"Total_Unit_Weight" contains a formula "sum(Unit_Weight)" to sum up the unit
weight of all Comp_Name
"Total_Part_Weight" contains a formula "Forms!Mainform!Qty*sum(Unit_Weight)
Problem: In the "Total Weight", "Total_Unit_Weight" and "Total_Part_Weight"
fields, Access displays "#Name?".
Can someone please tell me what is the problem ?
Please note that name of each field is correctly identified and entered.
application with a mainform contains the following fields:
* Part #:
* Qty:
In the Detail section of the subform, it contains multiple Comp_Names, Unit
Weight of each Component and the Total Weight based on the QTY in the
mainframe.
Comp_Name Unit_Weight Total_Weight
where "Total_Weight" is a computed field which contains a formula:
Forms!Mainform!Qty*Unit_Weight
In the Footer section, it contains two fields:
"Total_Unit_Weight" contains a formula "sum(Unit_Weight)" to sum up the unit
weight of all Comp_Name
"Total_Part_Weight" contains a formula "Forms!Mainform!Qty*sum(Unit_Weight)
Problem: In the "Total Weight", "Total_Unit_Weight" and "Total_Part_Weight"
fields, Access displays "#Name?".
Can someone please tell me what is the problem ?
Please note that name of each field is correctly identified and entered.