F
Frank Martin
I am trying to run storedprocedure from SQL via pass-through query. The
query contains parameter prompt in sql, but it does not work in Access
unless I actually write the parameters in Access query. Does anyone know
how I can get around this problem?
e.g. "exec StoredProcedure" should give me prompt [Type Business or Enter
for All] then followed by [Week No?]
at the moment only way for the query to work is by inserting responses in
query: "exec StoredProcedure Sales, 40"
Your advice would be much appreciated.
Frank
query contains parameter prompt in sql, but it does not work in Access
unless I actually write the parameters in Access query. Does anyone know
how I can get around this problem?
e.g. "exec StoredProcedure" should give me prompt [Type Business or Enter
for All] then followed by [Week No?]
at the moment only way for the query to work is by inserting responses in
query: "exec StoredProcedure Sales, 40"
Your advice would be much appreciated.
Frank