Prompt stored procedure

tlindeman

Registered User.
Local time
Yesterday, 23:17
Joined
Jul 4, 2011
Messages
12
Could you please tell me if there is a way in access to prompt for dates in a SQL stored procedure? Maybe in VBA? This is all I have right now:

exec uspScorecardSSSDetailAllStoresNet3 '9/03/2012','09/09/2012'

Thank you
Tony
 
Not directly.

Ppass the parameters to the stored procedure. I do this by executing an ADO command with the parameters appended.
 

Users who are viewing this thread

Back
Top Bottom