View Single Post
 
Old 03-13-2014, 10:33 AM
donaldadams1951 donaldadams1951 is offline Windows XP Office 2010 32bit
Advanced Beginner
 
Join Date: Dec 2013
Location: San Francisco Bay Area
Posts: 37
donaldadams1951 is on a distinguished road
Default Word 2010 VBA - Run a stored procedure that returns 1 row of data

Word VBA newbie...

I need to run an existing MS SQL stored procedure with 2 parameters and it will return a row of data. I've seen examples on how to call the stored procedure, but do not know how to read the data it sends back. vba
Reply With Quote