G
Guest
I have an Access Project running on SQL Server. My report retrieves all of
the items I have sold. There is a text box for each detail which is set to
equal [Qty]*[SalePrice]. I named this text box [TotPrice]. It works fine;I
get a total price for each detail item.
My problem is I want to get a grand total of the entire sale. I created a
text box in the page footer and set it equal to Sum([Qty]*[SalePrice]) and i
got an error. I set the text box equal to Sum([TotPrice]) and I got an
error. I moved the text box to the report footer and I still get an error
using either of the values for the text box.
Does anyone have a possible solution for this?
TIA!!
the items I have sold. There is a text box for each detail which is set to
equal [Qty]*[SalePrice]. I named this text box [TotPrice]. It works fine;I
get a total price for each detail item.
My problem is I want to get a grand total of the entire sale. I created a
text box in the page footer and set it equal to Sum([Qty]*[SalePrice]) and i
got an error. I set the text box equal to Sum([TotPrice]) and I got an
error. I moved the text box to the report footer and I still get an error
using either of the values for the text box.
Does anyone have a possible solution for this?
TIA!!