The first puppy fails.
[vbcode]
Private Sub Command1_Click()
For index = 0 To Option1.Count - 1
If Option1(index).Value = True Then
Form2.Show
End If
Next
End Sub
[/vbcode]
vbcode Code:
Private Sub Command1_Click() For index = 0 To Option1.Count - 1 If Option1(index).Value = True Then Form2.Show End If Next End Sub
Code:Private Sub Command1_Click() For index = 0 To Option1.Count - 1 If Option1(index).Value = True Then Form2.Show End If Next End Sub
PHP Code:Private Sub Command1_Click()
For index = 0 To Option1.Count - 1
If Option1(index).Value = True Then
Form2.Show
End If
Next
End Sub





Reply With Quote
