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
Hope this helps.