B
bhammer
The user can apply any filter on the subform. I want the calculated field on
the main form to count the number of distinct Addresses with whatever filter
is applied. Is this done with a recordset clone? or query?
Currently in the ControlSource I have,
=DCount("Address","qryUniqueAddresses"), where the query is simply a copy of
the same query as the subform and with only one field, Address, with the
Totals on. This works to count all, but I'm looking for the count after
filtering.
the main form to count the number of distinct Addresses with whatever filter
is applied. Is this done with a recordset clone? or query?
Currently in the ControlSource I have,
=DCount("Address","qryUniqueAddresses"), where the query is simply a copy of
the same query as the subform and with only one field, Address, with the
Totals on. This works to count all, but I'm looking for the count after
filtering.