stillwillyboy
Technical User
I looked thru the past posts and saw a few q's that related to this, but still I couldn't get it to work. I must be missing something very simple.
In a table I have Quantity and Price. In a query for info in this table I have: ExtendedAmount = Quantity * Price.
It calc's properly.
I have a report tied to the query. I have in my detail section of the report the above three fields. There may be more than one line of information. The info shows properly in the detail section.
I want the grand total to appear in the page footer. In the control source of a text box I have: =sum([ExtendedAmount])
I keep getting Error. What am I missing?
TIA.
In a table I have Quantity and Price. In a query for info in this table I have: ExtendedAmount = Quantity * Price.
It calc's properly.
I have a report tied to the query. I have in my detail section of the report the above three fields. There may be more than one line of information. The info shows properly in the detail section.
I want the grand total to appear in the page footer. In the control source of a text box I have: =sum([ExtendedAmount])
I keep getting Error. What am I missing?
TIA.