Displaying a sum (only) in the detail section

  • Thread starter Thread starter Guest
  • Start date Start date
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!
 
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).
 
Back
Top