Try place a control in your report header section:
Name: txtCountAll
Control Source: =Count(*)
Visible: No
Then use a control source in your page footer like:
Control Source: =txtCountAll

Signature
Duane Hookom
MS Access MVP
--
> Hello group -
> Using Access 2000 REPORTS
[quoted text clipped - 10 lines]
>
> How can I show this data on each printed page?
E - 16 Jan 2006 17:47 GMT
Duane, Thanks, it worked!
> Try place a control in your report header section:
> Name: txtCountAll
[quoted text clipped - 17 lines]
> >
> > How can I show this data on each printed page?