Calc Fleild in Page Footer Problem

E

ET Sherman

Try this:

Leave your count control in the group footer. For this
example I will name it txtGroupCount where the Control
Source is =Count([fieldname]).

Place a control in the page footer named txtPageCount and
set its Control Source to =txtGroupCount.

Hope this helped.

ET Sherman
 
T

Tom O.

This works.

Thank you,
Tom O.
-----Original Message-----
Try this:

Leave your count control in the group footer. For this
example I will name it txtGroupCount where the Control
Source is =Count([fieldname]).

Place a control in the page footer named txtPageCount and
set its Control Source to =txtGroupCount.

Hope this helped.

ET Sherman
-----Original Message-----
I am grouping my data with a separate group on each page.
I'm using a formula to display the number of records in
each group. The formula is =Count([fieldname]). This
formula works when I place it in the group footer, but I
get an error when I place it in the page footer. Is there
a way to place it in the page footer, or is there a
different formula that will work?
Thanks,
Tom

.
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top