Group By and then Count?

G

Gary Dolliver

Hi all,
I would like to perform a grouping on an Order_ID and then a Count on this
field. Is this possible? The control source is bringing in multiple records
for Order_ID, so when I place a Count on this field, it is incorrect. Is
there a way to do this in the report, or must it be done in the control
source?
Thanks!
-gary
 
D

Duane Hookom

You can build a totals query that counts your orders and results in a single
record. Add this query to your report's record source so you can add the
count field.
 

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