Hi,
I'm trying to open a form with the records returned from a stored procedure with parameters. I need to use different SPs with the same form. I've tried setting the RecordSource and InputParameters properties through code, but when I open the form it asks for the parameter's value. It's like the InputParameters property doesn't count. How can I do this??
Thanks in advance
I'm trying to open a form with the records returned from a stored procedure with parameters. I need to use different SPs with the same form. I've tried setting the RecordSource and InputParameters properties through code, but when I open the form it asks for the parameter's value. It's like the InputParameters property doesn't count. How can I do this??
Thanks in advance