That is what I assumed would do the job Lazy, but when I run the program the textbox remains blank.
I have a variable, First, publically declared as a string.
And I have a textbox named txtFirst
I tried the txtFirst.text = First but when the program runs the textbox remains blank.
Maybe I have something wrong in how I declared the variable initially.
Public First As String?