Yes, but there may be constraints on the type of procedure you want to call,
e.g. it probably has to return a single table.
e.g. for the stored procedure supplied with the Northwind sample database
called CustOrdersOrders use
\s "{ call CustOrdersOrders('ALFKI') }"
to get the Orders for Customer with ID ALFKI. As far as I can see this works
with ODBC in Word 2000, 2002 and 2003, and with OLEDB in Word 2003.
However, if the procedure name contains spaces I do not know how you quote
them - no quotes, " ", ' ', [] and \" \" all fail.

Signature
Peter Jamieson - Word MVP
Word MVP web site http://word.mvps.org/
> Hello,
>
[quoted text clipped - 3 lines]
> Thanks,
> cj