I have several consoles listed in a table. When the user selects either a PS3, XBOX, or WII, the NEWGEN checkbox will be automatically marked. I would like to use one IF statement instead of three separate ones. Thanks in advance.
Code:
If txtCONSOLE.Text = "PS3", "XBOX", OR "WII" Then
NEWGEN_FL.Value = -1