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(*)
 
Back
Top