R
Robin Chapple
I have a report listing members counted per country.
=Count([Country]) & IIf(Count([Country])=1," member in "," members
in ") & [Country]
This text box is named [Counted]
In the footer I added a text box with this:
=Count([Counted])
with the #Name? error
What have I done wrong?
Is there a way to "Count Unique [Country]" ?
Thanks,
Robin Chapple
=Count([Country]) & IIf(Count([Country])=1," member in "," members
in ") & [Country]
This text box is named [Counted]
In the footer I added a text box with this:
=Count([Counted])
with the #Name? error
What have I done wrong?
Is there a way to "Count Unique [Country]" ?
Thanks,
Robin Chapple