S
SusanArtman
I'm using Access 2002.
In the grouping footer I am trying to write a formula to count the number of
"Yes" of yes/no field. The result I receive is counting the amount of items
in the group.
date excused
12/3/2007 yes
12/102007 yes
12/20/2007 no
formula =count([excused]=yes) Returns 3 not 2
formula =count([excused]=true) Returns 3 not 2
Can anyone help?
Thanks. Susan
In the grouping footer I am trying to write a formula to count the number of
"Yes" of yes/no field. The result I receive is counting the amount of items
in the group.
date excused
12/3/2007 yes
12/102007 yes
12/20/2007 no
formula =count([excused]=yes) Returns 3 not 2
formula =count([excused]=true) Returns 3 not 2
Can anyone help?
Thanks. Susan