A
agrillot via AccessMonster.com
I need to count the number of like responses for multiple fields.
I have two tables. One with questions and one with personal data. They are
joined by ptid.
I created a report which is grouped by Location. I now need to count the
number of times for each location a specific answer was given ex.
"Very Good" = 2
"Good" = 95
"Poor" = 12 etc.
I would appreciate any help.
I have created a count for each "location" and have tried multiple things
like =Count(IIf([2]='Good',1,Null)) however this returns "data type mismatch
in critiera expression"
I am somewhat new and not sure how to proceed.
I have two tables. One with questions and one with personal data. They are
joined by ptid.
I created a report which is grouped by Location. I now need to count the
number of times for each location a specific answer was given ex.
"Very Good" = 2
"Good" = 95
"Poor" = 12 etc.
I would appreciate any help.
I have created a count for each "location" and have tried multiple things
like =Count(IIf([2]='Good',1,Null)) however this returns "data type mismatch
in critiera expression"
I am somewhat new and not sure how to proceed.