I
Ian
Hello, all I want to do is display details such as name, surname etc
which are read from a database into 1 multiline textbox. I am able to
display name and thats about it. My code looks like this :
For Each objCurrentrow In drrows
txtdetails.Text = objCurrentrow("Firstname")
If I repeat this line of code then it overwrites the first line.
Probably quite simple but not for me!
Thanks in advance
E
which are read from a database into 1 multiline textbox. I am able to
display name and thats about it. My code looks like this :
For Each objCurrentrow In drrows
txtdetails.Text = objCurrentrow("Firstname")
If I repeat this line of code then it overwrites the first line.
Probably quite simple but not for me!
Thanks in advance
E