Private Sub cmd3_Click()
form3.Show
form2.Hide
End Sub
If cmd3_Click And box3.Text = box4.Text Then
score2.Caption = Val(score2) + 1
If cmd_click And box3.Text <> box4.Text Then
score1.Caption = Val(score1) + 1
End Sub
when i type this, the computer gives an error.
I already tried hundres of things but it doesn't work.
can someone help me pls
-peter-
form3.Show
form2.Hide
End Sub
If cmd3_Click And box3.Text = box4.Text Then
score2.Caption = Val(score2) + 1
If cmd_click And box3.Text <> box4.Text Then
score1.Caption = Val(score1) + 1
End Sub
when i type this, the computer gives an error.
I already tried hundres of things but it doesn't work.
can someone help me pls
-peter-
Comment