Counting Records in a report

D

David

Hello,

I'm sure this has been asked many time before, but I cant
find anything.

How do I count the total number of records in a feild. I
have a StudentID field and I would like in the report I
would like a total number to display rather then all of
the records.

Any help would be great

Thank You
 
F

Fons Ponsioen

If it is that you wish to count the total number of
records in a report, you could use a textbox with
=Count(*)
Hope this helps.
Fons
 
Top