Use the Leave event in the first textbox as in
Private Sub TextBox1_Leave(sender As Object, e As System.EventArgs) Handles TextBox1.Leave
TextBox2.Text = TextBox1.Text
TextBox3.Text = TextBox1.Text
End Sub
This code will be executed as soon as the user leaves the TextBox1 control.
Reverend Jim
Carpe per diem
3,600 posts since Aug 2010
Reputation Points: 561
Solved Threads: 447
Skill Endorsements: 32
Question Answered as of 9 Months Ago by
Reverend Jim
and
M.Waqas Aslam