Help with report for survey summary.

S

Suzanne Wyatt

My counts are not working properly. I want it to sum percentages by number of yes/no, etc. responses to each question, not as a percentage of all responses.
Here is what I have, how do I change it and where should I place it?
In Survey QuesionID footer:
="Summary for " & "'SurveyQuestionID' = " & " " & [SurveyQuestionID] & " (" & Count(*) & " " & IIf(Count(*)=1,"detail record","detail records") & ")"
Sum:
=Sum([CountOfSurveyResponseID])
Percent:
=Sum([CountOfSurveyResponseID])/([CountOfSurveyResponseID Grand Total Sum])
In the Report Footer:
Grand Total:
=Sum([CountOfSurveyResponseID])
TIA Suzanne Wyatt
 

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