You may use VBA with ADO (in a module) and create connection object to your SQL Server database and then use CommandType = Text for your Command object
There is another way do it without using VBA. You can create a PASS-Through query and copy the stored procedure including all parameters over (exec stored procedure 'para1','para2'....).
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply