Linking a SQL Stored Procedure to Access 2002

  • Thread starter Thread starter John Flaherty
  • Start date Start date
J

John Flaherty

Hi,

can anyone tell me how to link a SQL stored procedure to
Access 2002. Linking tables & views is easy but I can't
seem to find a way to link stored procedures.

I'm using Microsoft SQL Enterprise Manager - version 8
with Access 2002


Thanks a ton

John
 
Create a pass-through query that calls the stored procedure, and use that
query.
 
Back
Top