I am making a simple program where they need to guess two names. If they don't guess either one of the names then they lose. How come this code doesn't work?
Code:
If TextBox1.Text <> "Owen" Or "Toban" Then
MessageBox.Show("Incorrect!")
End If