Hey there Ace,
Here's what I put into the control source of the text box:
=Sum(nz(me!text114,0)+nz(me!text116,0)+nz(me!text118,0)+nz(me!text120,0)+nz(me!text122,0))/5
Is it a problem if text114,text116,text118,text120 or text122 may be null?
Would I have to assign a default value of '0' for this to work?
Because I am getting a #error in the textbox as it is.
Thanks!