Execute SQL Server 2000 stored procedure from Access 2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have gotten the form to update the sql pass thru query for the stored
procedure and the variables are updating correctly. How do I execute the
stored procedure which creates tables in SQL Server from Access 2000?

Any help would be greatly appreciated.

Thx,

CLM
 
Hi,


adoConnection.Execute "EXEC sp_nameHere"


won't do?



Hoping it may help,
Vanderghast, Access MVP
 
Back
Top