Counting Record in report

abz_y2k

Registered User.
Local time
Today, 21:36
Joined
Jul 30, 2007
Messages
66
Hi

I am trying to count how many record is displayed in a report. I have tried this formula on a unbound text box but it doesnt seem to work always comes up with error message.

=Count(Address) or =Count(Name) and =Count(*)

none of them seem to work
 
Hi

I am trying to count how many record is displayed in a report. I have tried this formula on a unbound text box but it doesnt seem to work always comes up with error message.

=Count(Address) or =Count(Name) and =Count(*)

none of them seem to work

I use =Count(*) in the control surc of a text box woith anyt issues.

Is the text box in the report's footer section?
 
yeh its in the footer section, i have tried what u mentioned as well it dont seem to work
 

Users who are viewing this thread

Back
Top Bottom