I have 4 unbound fields representing different categories. I wanted to get the sum of the values inside a subform and put it in each field. The values are also separated into these 4 categories.
I have 4 unbound fields representing different categories. I wanted to get the sum of the values inside a subform and put it in each field. The values are also separated into these 4 categories.
in the subform , put a text box.
the source of the sum text box = txtBox1 + txtBox2 +txtBox3