Hi
I am setting up a database and I need some help performing maths in a report. Basically, I have a report based on query. I have the query working and it is multiplying a QTY by a price andf this is fine. This data is not stored in any tables, it is just there to be displayed and to come out on a printed version of the report.
Then at the bottom of the report, I want to add up all of these totals. I have a text box and the control source is something like this - =Sum([total])
total is worked out using this formula in design view of the query
total: CCur([codes&prices].MSHRate*[QTY])
Where the text box is in the report, it just say #Error
Any help would be appreciated.
Many thanks
I am setting up a database and I need some help performing maths in a report. Basically, I have a report based on query. I have the query working and it is multiplying a QTY by a price andf this is fine. This data is not stored in any tables, it is just there to be displayed and to come out on a printed version of the report.
Then at the bottom of the report, I want to add up all of these totals. I have a text box and the control source is something like this - =Sum([total])
total is worked out using this formula in design view of the query
total: CCur([codes&prices].MSHRate*[QTY])
Where the text box is in the report, it just say #Error
Any help would be appreciated.
Many thanks