renegadeandy
03-23-2008, 08:25 PM
Hi.
I Have a report in Access 2003. One of the fields is called Price - and I want to have a sum of all the prices in the footer of the report. The code I am using is :
=SUM([Price])
This works when the text field is placed inside the main part of the report however if i place the textfield in the footer - it just displays Error. I do not want to put the text field in the main body, as the textfield will then be repeated like 20 times, or however many rows are in that report.
Please help!?
Andy
I Have a report in Access 2003. One of the fields is called Price - and I want to have a sum of all the prices in the footer of the report. The code I am using is :
=SUM([Price])
This works when the text field is placed inside the main part of the report however if i place the textfield in the footer - it just displays Error. I do not want to put the text field in the main body, as the textfield will then be repeated like 20 times, or however many rows are in that report.
Please help!?
Andy