Show No of Records in Report

spacepro

Registered User.
Local time
Today, 20:42
Joined
Jan 13, 2003
Messages
715
Show No of Records in Report?

Trying to count the number of records in report based on a query.


Does anyone have the code to show the number of records in the query on the report.

Many Thanks

Andy
 
=sum([column to count]) if you're trying to count a number field
 
=count([column to count]) if you're just counting the number of records to return.
 
Thank you, I knew it was something simple.

Andy
 
no problem. I hope I haven't oversimplified your question. If I misunderstood or this doesn't work let me know.

Thanks,

Seth
 

Users who are viewing this thread

Back
Top Bottom