Counting in a reoprt

P

pADDY qUIGLEY

I have a total of 90 people on a report how can I ask database to show how
many people are on the reort.

Thanks
 
D

Duane Hookom

Add a text box to the report Header or Footer with a control source of:
=Count(*)
 
Top