Query shows totals but report does not

hazell

Registered User.
Local time
Today, 14:55
Joined
Jul 9, 2013
Messages
54
Hi all,
I have created a very simple query to show the number of times a group runs in a qtr and also the total number of hours. In my query I can see both the count of times the group has run and the sum of the hours, but in the report that I have created from it, I can only see the count.
I used the sum function on the datasheet to display the totals.
What do I need to do to display the same information in the report?
Thanks
 
You may not need a report. You can use "Printout" to print the query directly in a Macro or VBA.
 

Users who are viewing this thread

Back
Top Bottom