I want to use Access to have the operator enter a value for a prompt. This value is updated to a SQL table and I want to run a stored procedure immediately after. How can I do this?
Since the SP is run from a as a result of an update on a table, I agree with ajaygulati that a trigger would be the best option - you probably need to talk to your DBA because this becomes an object in the database rather than a client side process.
On the other hand, if you still want to just call it from access, check faq705-2531
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.