Great piece of code, strongm. Thanks!
One modification is required, though, to make it work as expected - you have to define values for the constants in the JobAdd Enum.
Private Enum JobAdd
JOB_RUN_PERIODICALLY = 1&
JOB_ADD_CURRENT_DATE = 8&
JOB_NONINTERACTIVE = 16&
End Enum...
Hi Everyone,
Is there a way of switching the default action for Stored Procs in an ADP, so that hitting the "Enter" key will open them in Design View, instead of Running them?
The problem is, I keep hitting the "Enter" key on stored procs in my ADP, intending to edit them in design mode but...
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.