How do I run stored procedures in Access 2003?

C

cbannick

I've been using Access 2000 adp files with SQL Server 2000 for several years.
I just got a new computer with Access 2003 and I can't find where to run
stored procedures.
Is there a way to get stored procedures to appear in the Object bar in
Access 2003?
 
B

Brendan Reynolds

Stored procedures, views, and functions are all listed as "Queries" in an
Access 2003 ADP.
 
S

Sylvain Lafontaine

Create a blank project: File --> New File --> Project using existing data...

Once the new ADP file created and connected to a SQL-Server, running stored
procedures will be probably the same as with your old Access 2000 ADP file.
However, you may have security or permission problems.

Did you try opening your old A2000 ADP file?
 
Top