A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Totals



 
 
Thread Tools Display Modes
  #1  
Old July 11th, 2007, 08:08 PM posted to microsoft.public.access.reports
SarahJ
external usenet poster
 
Posts: 31
Default Totals

I have a report that is grouped by type and it counts the number of entries
for each type. I need to be able to total the numbers that come back. How
do I do this?
  #2  
Old July 11th, 2007, 09:24 PM posted to microsoft.public.access.reports
Michael[_12_]
external usenet poster
 
Posts: 75
Default Totals

I believe you can do that in code or the control source of a text box:

= Entries1+Entries2+Entries3 etc...

"SarahJ" wrote in message
...
I have a report that is grouped by type and it counts the number of entries
for each type. I need to be able to total the numbers that come back.
How
do I do this?



  #3  
Old July 11th, 2007, 10:31 PM posted to microsoft.public.access.reports
Marshall Barton
external usenet poster
 
Posts: 5,361
Default Totals

SarahJ wrote:

I have a report that is grouped by type and it counts the number of entries
for each type. I need to be able to total the numbers that come back. How
do I do this?



A report footer text box with the expression
=Count(*)
will count the number of records in the report.

--
Marsh
MVP [MS Access]
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:40 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.