Calculating Prices * Quantity

N

Nanette

I'm trying to get a Grand Total for multiple pages of a report. I have added
a field control that calculates the Price * Quantity for each row.

How do I get a Grand Total for all Price * Quantities rows and put it on
the last page of the report?
 
D

Duane Hookom

Create a text box in the Report Footer section with a control source like:
=Sum(Price * Quantity)
 
N

Nanette

How do I get a report footer section?

Duane Hookom said:
Create a text box in the Report Footer section with a control source like:
=Sum(Price * Quantity)
 
L

Larry Linson

Nanette said:
How do I get a report footer section?

Are you just "putting us on"? You didn't open the Report in Design View?
When I do so, I see the lowest bar/band says "Report Footer." If I place my
mouse pointer on the lower edge of that bar, it turns into a vertical
double-headed arrow through a line.. if I hold down the left mouse button
and move the mouse downward, it opens/exposes the Report Footer.

Larry Linson
Microsoft Access MVP
 
D

Duane Hookom

Report header and footer sections sometimes are not displayed. Nanette may
need to select View->Report Header/Footers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top