Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing SQL 2000 Stored Procedures from Access 2k

Status
Not open for further replies.

SadOldGoth

Programmer
May 21, 2002
42
0
0
GB
Hi Folks,

Is it possible to run the stored procedures in an SQL database from an Access2K database?

Many thanks,

Jes
 
Yes, you can run the stored procedures through VBA code or if you want as the row source in a Form or Report then make a pass-through query. The stored procedures can be directly used as the row source in an Access Project (adp) file.
 
Book "Access cookbook" page 647 teach you this topic. ISBN:0596000847
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top