Stored SQL Procedure from Access?

G

Guest

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
 
G

Guest

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

Exec SpName
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top