G
gillespiea23
I have a table with participants, whether they completed training, what the
pre test score is, and what the post test score is for five different
trainings. My query and subsequent report needs to tell me the avg. pre test
and post test score for all attendees at a training, but my problem lies with
specifically averaging the pre test score for ONLY those who completed
training. I use a checkbox called Completed1 to show if someone has completed
or not.
Currently, I have one query that calculates the general avg for pre and post
tests for each training and I have another query that only calculates the pre
test of those who have a "Yes" value in the Completed1 checkbox (I set that
up in the Criteria portion of the query). When I created a report combining
the data from the two queries, I ended up with some strange duplications. 3
trainings were reported perfectly. Beckley1 appeared 4 times with identical
data except for the Completers Pre Test Avg, which showed 2 records with 22.
45 and 2 with 22.81 (the correct avg). Beckley2 also appeared 4 times with
identical data and showed the same Completers Pre Test Avg results (22.45 is
the correct avg for this training). When the queries are separate, there is
no odd duplication, but when they are merged into the report, only the
Beckley trainings duplicate unexpectedly. I've gone through the original
table but I can find nothing out of the ordinary in the Beckley records. Help?
pre test score is, and what the post test score is for five different
trainings. My query and subsequent report needs to tell me the avg. pre test
and post test score for all attendees at a training, but my problem lies with
specifically averaging the pre test score for ONLY those who completed
training. I use a checkbox called Completed1 to show if someone has completed
or not.
Currently, I have one query that calculates the general avg for pre and post
tests for each training and I have another query that only calculates the pre
test of those who have a "Yes" value in the Completed1 checkbox (I set that
up in the Criteria portion of the query). When I created a report combining
the data from the two queries, I ended up with some strange duplications. 3
trainings were reported perfectly. Beckley1 appeared 4 times with identical
data except for the Completers Pre Test Avg, which showed 2 records with 22.
45 and 2 with 22.81 (the correct avg). Beckley2 also appeared 4 times with
identical data and showed the same Completers Pre Test Avg results (22.45 is
the correct avg for this training). When the queries are separate, there is
no odd duplication, but when they are merged into the report, only the
Beckley trainings duplicate unexpectedly. I've gone through the original
table but I can find nothing out of the ordinary in the Beckley records. Help?