I'm wondering what is going to be the easiest/best way to create a button that calls a procedure that updates some tables.
Basically I'm making a stored proc that projects certain metric out through the end of the month. I need a simple way to call that stored proc on demand (i.e. not when the report loads). Can I just toss in a button that calls it, or is there another way?