count in a report

sadie

Registered User.
Local time
Today, 20:40
Joined
Apr 11, 2003
Messages
115
I have a running count of records in a report in the report header
Is ther a way to have this running count on the top of each page?
Right now when I try to enter the formula, it comes up "error"

The formula is count ([fieldname]) in a text box
 
sadie said:
I have a running count of records in a report in the report header
Is ther a way to have this running count on the top of each page?
Right now when I try to enter the formula, it comes up "error"

The formula is count ([fieldname]) in a text box

1. In the control source make sure that it reads =Count([FieldName])
2. Make sure the field is in the Page Header
 
Thanks for your response
 
I've also same problem and already tryied that one, but unfortunately it didn't work, so any other ideas?
 

Users who are viewing this thread

Back
Top Bottom