hey, i have project in my visual basic laboratory, but i'm just a newbie, so can anybody help me.. they say that its just a simple syntax, but it is not simple for me.. so please help me.. it goes like this, a quiz that has a radio button choices, using 5 forms with 10 questions each.. and at the end it must count the correct and the incorrect..
ive made this code, but i dont know what to do next.. help me please..
Private Sub Command1_Click()
If Option1.Value = True Then
Text1.Text = Val(Text1.Text) + 1
Form2.Show
End If
If Option2.Value = True Then
End If
If Option3.Value = True Then
Form2.Show
End If
If Option4.Value = True Then
Form2.Show
End If
End Sub
the number of correct answers must appear in the textbox.