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
|