S
Shiller
Experts,
How do you go about copying data from one text box to another on the
same form. One text box is an unbound text box and the other one is
bound to a table.
I tried using the following in the after update event but it wouldn't
work: Me.textBox1 = Me.textBox2
Thanks
How do you go about copying data from one text box to another on the
same form. One text box is an unbound text box and the other one is
bound to a table.
I tried using the following in the after update event but it wouldn't
work: Me.textBox1 = Me.textBox2
Thanks