G
Guest
I have a database that is being used to calculate monthly evaluations for the
boys in our program. The report is being generated from a query that pulls
data from three seperate queries.
The main query is named: qryTrial
The 3 queries that make up qryTrial are: qryStuAvgScoreByMonth;
qryLastMonthStuAvgScoreByMonth; qryStandardDeviation
qryStuAvgScoreByMonth gives the average score for the current
qryLastMonthStuAvgScoreByMonth gives the average score for the prior month.
qryStandardDeviation gives the Standard Deviation above and below the
overall average by month.
The report works great unless a boy doesn't have a prior months evaluation.
This only occurs in a boys first month in our program. How can I have the
values for qryLastMonthStuAvgScoreByMonth = 0 if the field is null?
When I run the report I only get the values for those boys with Evaluations
from the current month and the prior month. If both sets of numbers are not
present the report doesn't include them.
Are there any ideas as to how this can be fixed?
boys in our program. The report is being generated from a query that pulls
data from three seperate queries.
The main query is named: qryTrial
The 3 queries that make up qryTrial are: qryStuAvgScoreByMonth;
qryLastMonthStuAvgScoreByMonth; qryStandardDeviation
qryStuAvgScoreByMonth gives the average score for the current
qryLastMonthStuAvgScoreByMonth gives the average score for the prior month.
qryStandardDeviation gives the Standard Deviation above and below the
overall average by month.
The report works great unless a boy doesn't have a prior months evaluation.
This only occurs in a boys first month in our program. How can I have the
values for qryLastMonthStuAvgScoreByMonth = 0 if the field is null?
When I run the report I only get the values for those boys with Evaluations
from the current month and the prior month. If both sets of numbers are not
present the report doesn't include them.
Are there any ideas as to how this can be fixed?