Totalling yes or No's

  • Thread starter Thread starter belczyk
  • Start date Start date
B

belczyk

Can someone email me a small sample database that reflects a yes or
no
answer to a group. like if i want to know how many 35, 36, 40 yr
olds
are married, which is answered by a yes or no.

Can some one help


Please


Email (e-mail address removed)
 
Count Yes/No like this in your query:
IIf(FieldName = Yes,1,0)
Then set 'View Totals' and set the column to Sum.

Steve
 
Answered in one of the other groups where you posted this question.
 
Can someone email me a small sample database that reflects a yes or
no
answer to a group. like if i want to know how many 35, 36, 40 yr
olds
are married, which is answered by a yes or no.

Can some one help

Please

Email (e-mail address removed)

At least someone answered your query on this question. When I asked, I
got no response, however, I did find an
answers:

=Sum([Field Name])*-1

Very simple and works like a charm. Nowhere does it tell you that Y=
-1!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Totslling Yes or No 1
Totalling Yes or No Answers 2
multichoice Exam Database 2
TAXABLE -- YES / NO 10
Cumbersome IF Statement 6
YES/NO Field 2
Assign a value of 1 for Yes 10
yes/no questionnaire 1

Back
Top