Rollup funtion in Access

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Good morning, I have a report that runs off of a query.
The report rolls up the warehouses with a total after each
one. When I export the report into excel I loose my totals
and the format looks trerible.
Does Access have a rollup funtion like other SQL programs?
If so can I use the rollup funtion and sum the infomation?
This way I can run a query and export it to excel.
 
Hi Mike,
Sounds like a job for a Totals query - a variation on the
Select query. Click on the "sigma" toolbar button in
query design mode; Group By "warehouse" and change Group
By to Sum for the appropriate numeric fields.

Hope this helps
 

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


Back
Top