Totals on Footer Page

B

Bombay

Quick Overview

Header Page
-------------
Detail
-SubForm
4-5 columns with Data filtered by OrderID
-------------
Footer Page

Is there a way to put on the Footer page a Total/Sum of a certain column
from the SubForm?


Basic Premise behind this page is.

Order ID = X , and in the columns in the subform are all of the order lines.
ONe of them is a fabric measured by Yards, we need to total the yards at the
end of the page(in the Form Footer).

Thanks in Advanced.
 
B

Bombay

I have found the Order Details Page in the Northwind Database.

I only see that it totals up the Columns inside the subform, and there
appears to be no footer total in the main page.

Can you be more specific as to where I can find what I am looking for.

Thanks
 
K

Klatuu

If you open the Orders form in design view, there is a control named Subtotal
that has as it's control source =[Orders Subform].Form!OrderSubtotal

Notice you don't see the subtotal on the subform, the Subtotal control on
the main form displays the value.
 

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