Displaying a sum (only) in the detail section

G

Guest

I've used the report wizard to calculate and display only the sum of "dollar
amount" and "item count" in the detail section of my report.

I need to create a tabular report and so wasn't given this option. How can
I get it to show only a sum for each dollar amount and item count in the
detail?

And, I'm hoping it doesn't involve VB, cause I don't know how to use it.

Thanks!
 
D

Duane Hookom

I think the best method is to create a query that displays the records
(aggregates) that you want in the report. Then base the report on your query
(possibly a totals query).
 

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