Hi,
I want to pass a parameter to stored procedure. I know we can do it using a report/form by passing the input parameters.
example:
1.step--sp/function (define a param)=>@appid
2.Step--report/form (inputparameters)=>(@appid=forms!formneed!control)
3.step--form =>(combo)
My requirement is to open a sp/function by using a parameter on the form that has a combo.
Eliminate step 2 from the above.
Is this possible?
Dwight
I want to pass a parameter to stored procedure. I know we can do it using a report/form by passing the input parameters.
example:
1.step--sp/function (define a param)=>@appid
2.Step--report/form (inputparameters)=>(@appid=forms!formneed!control)
3.step--form =>(combo)
My requirement is to open a sp/function by using a parameter on the form that has a combo.
Eliminate step 2 from the above.
Is this possible?
Dwight