Passing params to stored proc. which is used directly as sourceobj

G

gabor123

Hi,

I have a subform in a project (adp.) I set the SourceObject property of it
to a storedprocedure ("StoredProcedure.mystoredproc"). It works fine, but if
the stored procedure expects parameter(s) then an inputbox appears to the
user where he can enter the value of the parameter.
Is there a way to set the parameter(s) programatically?

Thank's for your help
Gábor
 
Top