010142 : Argument <value> is not a keyword nor a default.

Description

The specified parameter is neither a valid keyword nor the default value.

Solution

Check the syntax of the function and ensure that the keyword specified for the parameter is one of the valid options. You can use the pound symbol (#) to instruct the function to use the default value.


7/16/2013