Report Total

W

walters

I have a query with total quanity shipped by date. I want a report that will
show total shipped by month showing all months of year. I have one showing
total for each month but don't know how to get each month total on one
report.
Thanks!
 
J

John W. Vinson

I have a query with total quanity shipped by date. I want a report that will
show total shipped by month showing all months of year. I have one showing
total for each month but don't know how to get each month total on one
report.
Thanks!

Add a calculated field to your query:

ShipMonth: Month([shipdate])

Use this with Group By in a Totals query, or in the Sorting and Grouping
feature of your report.
 

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

Similar Threads

Query 2
Running total on a report 2
Yr Rpt Mo Total 3
Creating a chart on a report 2
Query where... and if no results 4
Queries & Fiscal weeks 7
Count help needed 4
Sorting by year 2

Top