Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An If statement occurs without a corresponding End If statement. An End If statement must be used to end the If block.
Error ID: BC30081
To correct this error
If this If block is part of a set of nested If blocks, make sure each block is properly terminated.
Add an End If statement to the end of the If block.