I have a text box on a form that calculates the value of other text boxes on the form, and displays the value.
Currently, the control source of this text box = (NZ([Text162])+NZ([Text164])+NZ([Text165])+NZ([Text172])+NZ([Text173])+NZ([Text177])+NZ([Text182])+NZ([Text184])+NZ([Text186])+NZ([Text188])+NZ([Text190]))
Normally, to store a value in a field, the control source references that field. How can i save the results of this equation to a field in the table that is the recordsource of the form??
Currently, the control source of this text box = (NZ([Text162])+NZ([Text164])+NZ([Text165])+NZ([Text172])+NZ([Text173])+NZ([Text177])+NZ([Text182])+NZ([Text184])+NZ([Text186])+NZ([Text188])+NZ([Text190]))
Normally, to store a value in a field, the control source references that field. How can i save the results of this equation to a field in the table that is the recordsource of the form??