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 End If statement occurs without a corresponding If statement. End If must be preceded by an If statement.
Error ID: BC30087
To correct this error
If this If block is part of a set of nested If blocks, make sure each block is properly terminated.
Verify that other control structures within the If block are correctly terminated.
Ensure that this If block is correctly formatted.