Originally Posted by jre1229
That code works fine
Ive tested it..
are you sure your setting your variables
If Me.TextBox1.Text = "1" AndAlso (Me.TextBox2.Text = "2" OrElse Me.TextBox2.Text = "3") Then
MessageBox.Show("PASSED")
Else
MessageBox.Show("fAILED")
End If




Reply With Quote