L
LAS
The following control sources were cut and pasted here. For some reason
txtA is showing the value of the dividend instead of the value of
dividend/divisor. What might cause this? These controls are in a group in
the report. The sum() values are OK.
txtResult
=fncTotalSchoolTime("student",[student_id],"","")-(Sum([Excl])+Sum([Reint]))/fncTotalSchoolTime("student",[student_id],"","")
Report shows 660
txtDivisor =fncTotalSchoolTime("student",[student_id],"","")
Report shows 660
txtDividend
=fncTotalSchoolTime("student",[student_id],"","")-(Sum([Excl])+Sum([Reint]))
Report shows 637
txtA is showing the value of the dividend instead of the value of
dividend/divisor. What might cause this? These controls are in a group in
the report. The sum() values are OK.
txtResult
=fncTotalSchoolTime("student",[student_id],"","")-(Sum([Excl])+Sum([Reint]))/fncTotalSchoolTime("student",[student_id],"","")
Report shows 660
txtDivisor =fncTotalSchoolTime("student",[student_id],"","")
Report shows 660
txtDividend
=fncTotalSchoolTime("student",[student_id],"","")-(Sum([Excl])+Sum([Reint]))
Report shows 637