Microsofts says:
"Calculating group or report totals
To calculate the sum of the quantities ordered for the entire report, you place a text box control in the report footer and set the ControlSource property of the text box to the following expression:"
=Sum([QuantityOrdered])
However, when I do this I get "#Error" instead. What is the code to circumvent this short coming?
"Calculating group or report totals
To calculate the sum of the quantities ordered for the entire report, you place a text box control in the report footer and set the ControlSource property of the text box to the following expression:"
=Sum([QuantityOrdered])
However, when I do this I get "#Error" instead. What is the code to circumvent this short coming?