Question : SQL Stored Procedure from Access

What's simplest way to call a scalar stored procedure from within Access VBA from a SQL database?  ODBC connection to the SQL DB is already defined and used for linked tables.

Thanks!

Answer : SQL Stored Procedure from Access

I'm not sure if this is the easiest conceptually, but I think the easiest object oriented/reusable way is to use a command factory as discussed in this article:
http://www.vb123.com/kb/index.html?200009_br_ado.htm
Random Solutions  
 
programming4us programming4us