I am new into programming and having a issue with refreshing a text box with data from another form. I am working on a program to help keep track of specimens while the main system is offline.<br><br>My intention is to allow the user to press F9 while in a text box on form1 to open a search form, select a client on form2, then update the textbox on form1 with the text selected, then close the search form. What is currently happening is everything works all the way up to updating the textbox on form1 with the new data. If I use form1.show() then all of my previous entries are lost, but the text I am after is there. Is vb .net not able to refresh a single textbox without refreshing the entire form? I have been working with this for a month, been all over the web, and no luck on my own so I thought I better pose a question. <br><br>Here is my code.<br><br>Form1<br><br>
<br>Form2<br><br>

