Count in report footer

D

Denise Jacobs

I am very new at this.

I have added a text box to my report footer and changed the control to
=Count(*) to get a total count of the records in the report, however when I
run the report I get an error ..... #Error.
 
S

Sheila D

Firstly check you are in the Report Footer and not the Page Footer.
Your control source should read =Count([FieldName]) maybe you have omitted
the square brackets?
HTH Sheila
www.c-i-m-s.com
 
Top