W
Wayne-I-M
Hi
I have a box on an asp form that users can input some text. After they have
inserted the text I would like another box filled with the same text.
The same as in access
Private Sub TextBox1_AfterUpdate()
Me.TextBox2 = Me.TextBox1
End Sub
Of course they can then alter the text in the 2nd box if they wish to but
most people won't.
Thanks for any help
I have a box on an asp form that users can input some text. After they have
inserted the text I would like another box filled with the same text.
The same as in access
Private Sub TextBox1_AfterUpdate()
Me.TextBox2 = Me.TextBox1
End Sub
Of course they can then alter the text in the 2nd box if they wish to but
most people won't.
Thanks for any help