It's Select Case, not Switch Case. JScript on the brain? -) Yes, you can
run conditional code under tthe different cases, but why couldn't the
condtions that the if statement is handling be specified in another
case?
| Is it possible to run a condition in switch case statement
| Such as:
|
| Switch Case Formname
| Case "Watches"
| If .......
|
|
|
| Thank you in advance