I have some calculated text boxes on my report that I would like to use in other calculations but when I run the report I am prompted to enter the vaues in a parameter dialog box. How can I over come this.
Example
TextA + TextB = TextC
=Sum([TextC])
I am unable to use TextC
Example
TextA + TextB = TextC
=Sum([TextC])
I am unable to use TextC