G
Guest
I don't understand how to correct this problem.
I doing a training database and in the evaluation for question 1.
The user can select Excellent = 1, Good=2, Fair=3.
I must do an average on question 1 and then a percentage.
(I have control source fields(textboxes) with
=Avg(IIf([qryLTALLEVAL]![Q1]=1,1,0)) in the Excellent
column,=Avg(IIf([qryLTALLEVAL]![Q1]=2,1,0)) in the Good column and
=Avg(IIf([qryLTALLEVAL]![Q1]=3,1,0)) in the Fair column. The qryLTALLEVAL is
the query by question. I have about 15 questions total. The textbox format =
Pecentage and Decimal Places=0. The report works for 3 responses and I
thought I was home free until the customer added 30 responses and now the
report fails with the too complex error. I tried to move to a calculated
query but the code did not work in all cases.
Thank you in advance for any guidance.
R. Robinson bka "Rocky"
I doing a training database and in the evaluation for question 1.
The user can select Excellent = 1, Good=2, Fair=3.
I must do an average on question 1 and then a percentage.
(I have control source fields(textboxes) with
=Avg(IIf([qryLTALLEVAL]![Q1]=1,1,0)) in the Excellent
column,=Avg(IIf([qryLTALLEVAL]![Q1]=2,1,0)) in the Good column and
=Avg(IIf([qryLTALLEVAL]![Q1]=3,1,0)) in the Fair column. The qryLTALLEVAL is
the query by question. I have about 15 questions total. The textbox format =
Pecentage and Decimal Places=0. The report works for 3 responses and I
thought I was home free until the customer added 30 responses and now the
report fails with the too complex error. I tried to move to a calculated
query but the code did not work in all cases.
Thank you in advance for any guidance.
R. Robinson bka "Rocky"