K
Ken
Hi all
In Access 2003 I am using the count function in a report in a text box
Form Footer to count the number of records displayed by a filter.
=count([VisitType]). This gives me a count of 11.
In the field VisitType I would like to just count the number of appearances
of BDN that appear in the total of 11
I have tried =count([VisitType])="BDN" and all sorts of variation but keep
getting errors. Can this be done?
Thanks in advance
In Access 2003 I am using the count function in a report in a text box
Form Footer to count the number of records displayed by a filter.
=count([VisitType]). This gives me a count of 11.
In the field VisitType I would like to just count the number of appearances
of BDN that appear in the total of 11
I have tried =count([VisitType])="BDN" and all sorts of variation but keep
getting errors. Can this be done?
Thanks in advance