Hi, this is the code I have typed in

Dim F As New frmTransportUsage
F.Show()
F.txtUserID.Text = Me.txtUserID.Text

What is the purpose of the variable 'F'?

Thanks