Providing a COUNT on a text field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report designed and I would like to add a count of the total number
of items on the report at the bottom. How do I do this?
Thanks
 
I have a report designed and I would like to add a count of the total number
of items on the report at the bottom. How do I do this?
Thanks

In the report Footer, add an unbound control:
=Count(*)
 

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

Back
Top