Hi guys, I have a text box and for some reason when I run this code

Text2.Text = Text2.Text + field.Text & "'" & " " & statement.Text & " " & "'" & value.Text & "'"

when a command button is clicked it's adding field.Text & "'" & " " & statement.Text & " " & "'" & value.Text & "'" to a new line as apose to the same line.

any ideas why ?