I am having issues with a multiple option on my If Statement. I do not want to create and If statement for each if I can combine what I want it to do.
The code just die when it is combined. Is OR and option.
Thanks
Code:
If [cboType] = "Class II with 16K / 16K" Or "Class III with 16K / 16K" Or "Class III with 32K / 16K" Or "Class III with 32K / 32K" Or "Class IV" Then
The code just die when it is combined. Is OR and option.
Thanks