Groups | Blog | Home
all groups > sql server (alternate) > november 2004 >

sql server (alternate) : stored procedures with parameters (in .adp)


zlatko
11/14/2004 4:28:31 PM
I use a stored procedure that is calling several other stored procedure
which update or append values in several tables. All of them are stored
procedures with input parameters by which they filter rows to be updated or
inserted into other tables.
Filtration is based on certain actual values on forms (form with several
subforms).

My question is following: How to pass parameters to those stored procedures
that are triggered by a button?
Those stored procedures are not recordset of forms, so I can't pass it using
Input Parameters property of forms (or I can?).

Thanks.

Zlatko


John Bell
11/14/2004 5:45:24 PM
Hi

You may be better posting to an Access Newsgroup such as
microsoft.public.access.adp.sqlserver.
Not being an access person I don't know the solution, but I would expect
that you can pass values between forms and therefore use them as parameters
to the stored procedure, I would also suspect that if the form is open you
can still access the field values if referenced correctly.


John

[quoted text, click to view]

AddThis Social Bookmark Button