Hi. I have a form that has a field that is used to show a calculated field from a subform. Sometimes it works like it is supposed to but more often than not I get a "#Name? error". I'm baffled as to why it works sometimes but not others. Haven't been able to make rhyme or reason of it.
The subform is used to show items ordered. It has a calculated field in the form footer called "subtotal". The subtotal sums the subform field named '"DosePrice" by using the following control source "=Sum([DosePrice])". Both the DosePrice field and the subform field are currency fields.
The subform name within the form is "Tracker_Subform". The field within the main form is called "GrandTotal" (also a currency field). The control source for GrandTotal is "=[Tracker_Subform].[Form]![subtotal]"
So as I have stated it will sometimes work properly but more often than not I get the #Name? error. Anyone have any experience with these type of issues? I'm really at my wits end trying to figure this out. Thanks in advance!