msaccesspatc
Registered User.
- Local time
- Today, 18:21
- Joined
- Aug 26, 2012
- Messages
- 12
THis question is under 'general' since I don't know enough to put it under macros, or vba or modules ,etc.
In my ms application, I have a form and subforms representing 3 of our server environments.. Test, Accept and PRod. I bring up a test record, make changes or do an insert. Works fine. I created a command button called "PROMOTE RECORD". The intention is to take the displayed record in Test, and promote to either the Accept environment or Prod. There is a SQL stored proc that does this perfectly, has all the logic etc.
Any one have a good article that describes If I can execute a Sql SP from Access, and shows how to do it. ?? Will I need to change the TSQL into VBA, etc or can I get it to just exec the Stored Proc(sp) passing it the parameters necessary,>>??
In my ms application, I have a form and subforms representing 3 of our server environments.. Test, Accept and PRod. I bring up a test record, make changes or do an insert. Works fine. I created a command button called "PROMOTE RECORD". The intention is to take the displayed record in Test, and promote to either the Accept environment or Prod. There is a SQL stored proc that does this perfectly, has all the logic etc.
Any one have a good article that describes If I can execute a Sql SP from Access, and shows how to do it. ?? Will I need to change the TSQL into VBA, etc or can I get it to just exec the Stored Proc(sp) passing it the parameters necessary,>>??