You are on page 1of 1

FORM 3

Private Sub Command1_Click()

Form4.Text1 = Text1.Text

Form4.Text2 = Text2.Text

Form4.Text3 = Text3.Text

Form4.Text4 = Text4.Text

Form4.Show

Unload Me

End Sub

Private Sub Command2_Click()

Form2.Show

Unload Me

End Sub

You might also like