Counting

A

Aurora

I am using Access 2000

I created option groups with usually 1=yes and 2=no for
answers. In my Report I created calculations that said if
ans is 1 give me yes and 2 give me no. That works OK.

Now I want to count the records with a yes answer in each
column. So I created the following formula for each
column;

=count([field]="1") But I am getting the opposite
answer. I am getting the answer for no's. What am I
doing wrong?????????

Aurora
 
J

Jean-Guy Marcil

Aurora said:
I am using Access 2000

I created option groups with usually 1=yes and 2=no for
answers. In my Report I created calculations that said if
ans is 1 give me yes and 2 give me no. That works OK.

Now I want to count the records with a yes answer in each
column. So I created the following formula for each
column;

=count([field]="1") But I am getting the opposite
answer. I am getting the answer for no's. What am I
doing wrong?????????

Posting an Access problem in a Word newsgroup? ;-)
 

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

Top