J
JH Szymanski
Is there any generalized way to display the recordset
returned from a stored procedure with parameters in a
datasheet view? DoCmd.OpenStoredProcedure doesn't seem to
allow any parameters for the sp to be specified. The
methods in KB Article #235359 work; however, that method
would require pre-defining a form for each stored
procedure to be run -- I am looking for something more
general. As a workaround, is there any way to invoke the
AutoForm wizard from VBA to auto-create the form on-the-
fly?
Any ideas would be appreciated. Thanks...
returned from a stored procedure with parameters in a
datasheet view? DoCmd.OpenStoredProcedure doesn't seem to
allow any parameters for the sp to be specified. The
methods in KB Article #235359 work; however, that method
would require pre-defining a form for each stored
procedure to be run -- I am looking for something more
general. As a workaround, is there any way to invoke the
AutoForm wizard from VBA to auto-create the form on-the-
fly?
Any ideas would be appreciated. Thanks...