Calc Fleild in Page Footer Problem

  • Thread starter Thread starter ET Sherman
  • Start date Start date
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
 
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

.
.
 
Back
Top