473,327 Members | 2,016 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

How to get row count printed on bottom of a detail report?

167 100+
I have a report that has a record source of a parameter query. The report prints all the detail rows associated with this parameter value. I have been requested to put a 'record count' at the bottom of the report. I have been fooling around with this about 2 hrs now and can't get it to work. Any suggestions would be appreciated!!
Nov 23 '10 #1

✓ answered by dsatino

In the detail footer, put a text box with a control source something like this:

Expand|Select|Wrap|Line Numbers
  1. =Count([AnyOneOfYourFieldsHere])

2 2840
dsatino
393 256MB
In the detail footer, put a text box with a control source something like this:

Expand|Select|Wrap|Line Numbers
  1. =Count([AnyOneOfYourFieldsHere])
Nov 23 '10 #2
NeoPa
32,556 Expert Mod 16PB
DSatino's pretty well right, but I suspect you need to give the name of one of the form's controls rather than one of the fields associated with the RecordSource. Otherwise it's as simple as he says.

PS. Just noticed that the section advised isn't a possible one (Detail and Footer are separate sections). It would go in the report footer.
Nov 24 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Terri | last post by:
I have a form with a multi-select combo. I dynamically build a SELECT statement, open a report, and set the recordsource to my dynamic SELECT statement. I count the records returned in the report...
2
by: Alpha | last post by:
I have a C# program that user would select several search criteria and then outputs to the Crystal Report. A message is output to user if no matching record is found. In my code I also clear,...
2
by: jm | last post by:
Consider this query: select count(*) as total, order_type, order_category, order_subcategory....GROUP BY order_type, order_category, order_subcategory This SQL brings me a report sorted...
3
by: Miguel | last post by:
I have a parameter query to filter by date from which I run a report. I need to be able to count the number of times a particular product or error type appears after the report is run from the...
3
by: atiq | last post by:
I am creating a report where i want to display the total number of students found for that query. i use the following but it displays #Error. =Count() Also on the same report, i have another...
5
by: Soccer5 | last post by:
Trying to Count records on a report that meet a certain criteria. Have a text box in the Report Footer that has the following in the Control Source: =Count(="S") This does not work. It...
1
by: carolyns | last post by:
I am working with Access 2000, on Windows XP (all updates). I designed a survey in Word with 150+ questions. Roughly 60 questions use a lookup list of 7 different responses. I have the survey...
3
by: | last post by:
In my report I have a calculated field that counts the number of records of the underlying table, =Count(). This field is placed in the report's header. I'd like to repeat this value on every page...
5
by: Kazoo | last post by:
I'm trying to capture the # of pages printed from a report to use on another report. There are several records that are not standard size, therefore I can't just count the records and deduce how...
2
by: tolkien | last post by:
Hello!!! I need your help one more time!!! I have a database with some users and the number of pages they can print. Every time a page is printed i substruct one from that number. How do i know...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.