Is there a way to designate a parameter to allow null?
When I link to a stored procedure, the parameter prompt automatically includes a check box for null. However, when I create the parameter manually, the null check box is not presented. I want to allow null as a parameter value. Is there a way to define the parameter so that null is an option?