hi,
I am trying to display totals which are calulated in hidden fields on my subform (fsubSalesDetails), on my main form, but I seem to be doing something wrong as all I get is an error in the text box, if I run the sub form on its own and show the total fields they work fine.
The string I am placing in the Text boxes on the main form, does anyone have any ideas what I am doing wrong
=[Forms]![fsubSalesDetails]![UnitPriceGT]
=[Forms]![fsubSalesDetails]![TotalPriceGT]
I am trying to display totals which are calulated in hidden fields on my subform (fsubSalesDetails), on my main form, but I seem to be doing something wrong as all I get is an error in the text box, if I run the sub form on its own and show the total fields they work fine.
The string I am placing in the Text boxes on the main form, does anyone have any ideas what I am doing wrong
=[Forms]![fsubSalesDetails]![UnitPriceGT]
=[Forms]![fsubSalesDetails]![TotalPriceGT]