J
John
I am setting up an Invoice report using a query. The query has a calculated
field, "Extended price" (UnitPrice*Quantity). So far so good, I can display
all of this in the detail of the report. I want to put the sum of all the
extended prices in the footer as "Subtotal". The Orders Subform in Northwind
does this simply with =Sum([ExtendedPrice]) but I get #Error if I try this.
How can I achieve this. Any help appreciated.
Thanks
John
field, "Extended price" (UnitPrice*Quantity). So far so good, I can display
all of this in the detail of the report. I want to put the sum of all the
extended prices in the footer as "Subtotal". The Orders Subform in Northwind
does this simply with =Sum([ExtendedPrice]) but I get #Error if I try this.
How can I achieve this. Any help appreciated.
Thanks
John