Hello, can someone please help me.
Ive got 2 textboxes. I want the text i typed in one textbox and show it in another. Now ive used the code textbox2.text = textbox1.text, but everytime i add text and then add more later it deletes all the text i typed earlier.
Can someone help me with any specific coding or components that i need so everytime i type in new text it places it in the other textbox but underneath the text i typed earlier.
Thanks