Providing a COUNT on a text field

L

Lisa F

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
 
F

fredg

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