Welcome to VBForums, James

You can simply put a Label (name it for example "lblInput") on the second Form and display the input data like this:
Code:
secondFormName.lblInput.Caption = yourInputHere