I can count records in the header how do I use this data in the r.

L

lawman

I am looking for help, I can count the number of records in a report using
count(*) but the result appears in the header which I knew, but I need the
number in the detail to be able to use in a report as a text box.
 
D

Duane Hookom

Use a text box in the detail section with a control source like:
=txtNameOfControlInHeader
 
L

lawman

Thanks that put the number in but repeated it by every entry, I wanted just
the number once,
thanks
 
D

Duane Hookom

I missed your requirement to display it in the detail section "only once".
Which record in the detail section should contain the value, the first one,
last one or other?
 

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