Hi All,
I have a table that contains a questionnaire with 3 possible values for each (Yes/No/N/A).
I am creating a sub-query for each column so i get a value according to the answer given, e.g; if Yes selected, then value of 3.85 given, else 0. I am using the following statement:
Expr1: IIf([tbl_quality_assessments2]![Core_1_Notes]="Yes",1,0)
But it is giving all 0 values when "Yes" is the value in the table. Any ideas?
Thansk,
________
Luv2Playxxx
I have a table that contains a questionnaire with 3 possible values for each (Yes/No/N/A).
I am creating a sub-query for each column so i get a value according to the answer given, e.g; if Yes selected, then value of 3.85 given, else 0. I am using the following statement:
Expr1: IIf([tbl_quality_assessments2]![Core_1_Notes]="Yes",1,0)
But it is giving all 0 values when "Yes" is the value in the table. Any ideas?
Thansk,
________
Luv2Playxxx
Last edited: