Stored Procedures

J

Joe Fallon

Looks like you skipped this part of the article:

"Unlike other objects in Access, stored procedures have no interface and
cannot be created or run through the Access User Interface. The way to get
them into your database is to simply code them."
 
A

aaa

thanks joe. i would not have realized this. i guess i got
confused because i did see a SP tab when I tried to create
an Access Project(new or existing database). I guess that's
what confused me.
 
J

Joe Fallon

Yep.
Access Projects connect directly to SQL SERVER so you get to use that
functionality.

The article was talking about the JET database engine (v 4.0) which added
this functionality to JET databases.
 
Top