Stored SQL Procedure from Access?

D

Dennis

I'm using Access 2002. Is there a way to call a SQL stored procedure from
Access? If so, how do I do that?

thanks for any ideas
 
O

Ofer Cohen

One option will be, to create a PassThrough Query and from there run the SP

Exec SpName
 
Top