jgoodman00
Programmer
- Jan 23, 2001
- 1,510
I am designing forms, & I want to have a stored procedure execute when a record is updated. I am using the before_update event of the form. I have created an Update sp, which requires one parameter (the primary key). I understand that you can execute an sp with parameters using the syntax of "exec spName, parameters". However I dont know how you call this from an Access form. It looks like you call an sp via the "DoCmd.OpenStoredProcedure" action. However this does not look like it will pass parameters.
Any suggestions?? James Goodman
Any suggestions?? James Goodman