C
CBeavers
I'm using this formula in a report footer to obtain the count of scores
greater than 3.
=DCount("[RhymeBOYK]","qryTPRIKinderBOYCurrentYear","[RhymeBOYK]>3")
I then need to get a percentage of this dcount to the total of Count([StuID]).
greater than 3.
=DCount("[RhymeBOYK]","qryTPRIKinderBOYCurrentYear","[RhymeBOYK]>3")
I then need to get a percentage of this dcount to the total of Count([StuID]).