G
Guest
I have a "survey" database. I need to average the responce to each question or field in the database, here's the part I am having trouble with, I need to exclude any answers of 0, all answers are on scale of 1-10 "0" being used for answers of N/A
When I set the Criteria field in the query to Not "0" or <= "0". I am getting a error message "cannot have aggregate function in WHERE clause (Avg([tblquestionnaire]![Wuestion1])<="0").
Obvious newbie here, do most of my work in design mode. Any help would be greatly appreciated.
When I set the Criteria field in the query to Not "0" or <= "0". I am getting a error message "cannot have aggregate function in WHERE clause (Avg([tblquestionnaire]![Wuestion1])<="0").
Obvious newbie here, do most of my work in design mode. Any help would be greatly appreciated.