Hi All,
Thanks again in advance for answering my question.
Background:
1. The main form is called "Cost Card" and in this form I have a subform called "frmServings." It contains a textbox where the user can add a numerical number it's reference is "Text54" the Control Source Name is: "#1 SERVINGS"
2. I have another subform within the the "Cost Card" called "Cost Card Subform."
3. In the "Cost Card Subform" I have a couple of field records a) The Control Source Name is: "INPUT" and it's reference is "Text57." b) The last field record in the "Cost Card Subform" that I will be using is called "LANDED COST." a) The Control Source Name is a sum calculation of a couple of fields within the Cost Card Subform: "=[Text49]+[Text57]" and it's reference is "Text63."
Problem:
I have a textbox field called "COST / #1 ITEM" that I want to put the above information together and calculate.
This is what I have entered by it returns an error "#NAME?"
=([Text57]/(1000)*[Text63])*([frmServings].[Form]![#1 SERVINGS])
Hopefully I can get some help on this because I can't seem to figure it out. THANKS!