can't get Record count in Report

G

GabeS

Hi,

I am having trouble getting a field in a report that list
indicate the number of records in a report.

I've tried all manners of =Count() with no success. It's
likely that I'm not using it correctly.

Any thoughts would be helpful.

Thanks.
Gabe
 
F

Fons Ponsioen

Hi Gabe.
First question is where did you put the textbox?
You could place this in the report header or footer for a
total count
"=Count()" without the quotes
If you use the same expression in a group footer, you
would get a total record count by group.
Give it a try.
Hope this helps
Fons
 
G

GabeS

Hi Fons.

Fantastic. That worked. For some reason it wouldn't work
if I put it anywhere else.

Thanks
Gabe.

ps. I have a textbook right here, but I guess I don't
know how to use it. Heh.
 
Top