
Use Select Case When Validating Sequential Steps
When validating a set of sequential steps, the Select Case structure can beused to step through each validation method. As each Case is cycledthrough, the validation method is called to test the Select Case logic.Each method in the Case statements is performed until the Select Case logicis true. So, each