I have a main form called OvenCodes. It has a subform called sfrmOven1. I need a control in the main form that calculates an average of 5 fields in the subform. The text boxes in the subform are these:
GlossA
GlossB
GlossC
GlossD
GlossE
I need something like this:
=Avg(Forms!sfrmOven1.GlossA , Forms!sfrmOven1.GlossB , Forms!sfrmOven1.GlossC , Forms!sfrmOven1.GlossD , Forms!sfrmOven1.GlossE)
I tried this and using the expression builder, but neither worked. Let me kow if there is some kind of resource that I can refer to.
GlossA
GlossB
GlossC
GlossD
GlossE
I need something like this:
=Avg(Forms!sfrmOven1.GlossA , Forms!sfrmOven1.GlossB , Forms!sfrmOven1.GlossC , Forms!sfrmOven1.GlossD , Forms!sfrmOven1.GlossE)
I tried this and using the expression builder, but neither worked. Let me kow if there is some kind of resource that I can refer to.