R
Rick
I have a report and have set it to hide repeating values
(i.e. the customer name).
A total in the group footer is supposed to count the
number of names that are visible in the group.
The formula I am using in the control is:
=Sum(IIf(Name.Visible =True,1,0))
This formula the the Totals control fails. Why
TIA
Rick
(i.e. the customer name).
A total in the group footer is supposed to count the
number of names that are visible in the group.
The formula I am using in the control is:
=Sum(IIf(Name.Visible =True,1,0))
This formula the the Totals control fails. Why
TIA
Rick