chubby,
I think your post has to go down as one of the vaguest questions this year.
What do you want to do exactly? Count the number of records that have 'Yes' values for a field in a table? If so, then =DCount("[Field1]","Table1","[Field1]") should work.
Did you want to count the number of Yes/No check box controls on a form? If so, then you'll need to write some vba code.
Cheers.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.