These are all text boxes on a user form? In the code for the command button, try:

Textbox5 = Textbox1 & vbCrLf & Textbox2 & ", " & Textbox3 & " " & Textbox4
HTH,
Jason