Hi,
Can anyone tell me how to write the value of an unbound text box to a bound textbox on a form. I have this code and have put it into the after update event but it will not work, but if i add it to the on click event it does.
I want it to be automatic.
Private Sub Text573_AfterUpdate()
Me.Text570 = Me!Text573
End Sub
Thanks
Fen How
Can anyone tell me how to write the value of an unbound text box to a bound textbox on a form. I have this code and have put it into the after update event but it will not work, but if i add it to the on click event it does.
I want it to be automatic.
Private Sub Text573_AfterUpdate()
Me.Text570 = Me!Text573
End Sub
Thanks
Fen How