Okay, let me try to state this clearly this time.
I have a report... the report has 4 footer groups...employee,supv,mngr and director. in the mngr footer it sums all empl for a supv. one of the columns is not bound to the qry but it does calculate a % based on a txtbox that is bound to the qry.
bound to qry--[Text351]
=IIf(Sum([SumOf12MTDAbsenceOcc]) Is Null,0,Sum([SumOf12MTDAbsenceOcc]))
I take the results from above into and unbound txtbox---
[Text411]
=IIf([text351] Is Null,1,1-([Text351]/260))
what I need is to take the results of [txt411] and get an AVG place in another unbound txbox placed in the mngr footer.
THIS IS PRODUCING AN SYNTAX ERR MSG
[Text419]
avg=[Text411]
same err even trying to sum...
HELP!
I have a report... the report has 4 footer groups...employee,supv,mngr and director. in the mngr footer it sums all empl for a supv. one of the columns is not bound to the qry but it does calculate a % based on a txtbox that is bound to the qry.
bound to qry--[Text351]
=IIf(Sum([SumOf12MTDAbsenceOcc]) Is Null,0,Sum([SumOf12MTDAbsenceOcc]))
I take the results from above into and unbound txtbox---
[Text411]
=IIf([text351] Is Null,1,1-([Text351]/260))
what I need is to take the results of [txt411] and get an AVG place in another unbound txbox placed in the mngr footer.
THIS IS PRODUCING AN SYNTAX ERR MSG
[Text419]
avg=[Text411]
same err even trying to sum...
HELP!