G
Guest
How would you push data to a bound text box? I got a form with a subform in
the footer of the subform I have a unbound text box that keeps a running
total of one of the fields in the subform txtBoxSum = sum(Income)). And then
I display the running total to the main form
[TableSubForm].[Form]![txtBoxSum]. This all works OK. But how can I get this
value to a bound text box?
the footer of the subform I have a unbound text box that keeps a running
total of one of the fields in the subform txtBoxSum = sum(Income)). And then
I display the running total to the main form
[TableSubForm].[Form]![txtBoxSum]. This all works OK. But how can I get this
value to a bound text box?