Total Sum

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

I have a form based on a query that shows all the product that i sell
with how much revenue they made for 2006 and 2007 (to date) and then
the total over all for each product


What is the best way at the bottom of the form to have a sum for all
the product for 2006 and 2007 and for both of them



Thanks

Simon
 
I assume this a continous form.
If a continous form, add a textbox to the form footer and set the
Control Source to =Sum([FieldName]).
If a datasheet, you'll need to place it on another form as a subform,
add the textbox as above, and reference it on the main form.
 

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

Back
Top