N
Newbee
Hi,
I have form with 3 text boxes.
txtBox1 and txtBox 2 are bound to table One.
txtBox3 is unbound and calculates values from txtBox1 and txtBox2 like:
txtBox3 = [txtBox1] + [txtBox2]
Is it possible to store value from txtBox3 into table One?
Thanks from your help.
I have form with 3 text boxes.
txtBox1 and txtBox 2 are bound to table One.
txtBox3 is unbound and calculates values from txtBox1 and txtBox2 like:
txtBox3 = [txtBox1] + [txtBox2]
Is it possible to store value from txtBox3 into table One?
Thanks from your help.