D
Dick Marcum
I am trying to create a pass-through query in MS Access,
using code, to get to an SQL Server and return a single
integer. I want to then use the return value to do
further processing. All of the references I can find show
how to use code to setup and execute the pass-through
query. I am able to do that ok.
I have been unable to find out how I can use code to
access the return value from my pass-through query.
How do I access(using code in a module) the return value
from my pass-through query so that I can use the returned
value and do some further processing with the return
value?
Thanks for any helpful information.
Dick Marcum
using code, to get to an SQL Server and return a single
integer. I want to then use the return value to do
further processing. All of the references I can find show
how to use code to setup and execute the pass-through
query. I am able to do that ok.
I have been unable to find out how I can use code to
access the return value from my pass-through query.
How do I access(using code in a module) the return value
from my pass-through query so that I can use the returned
value and do some further processing with the return
value?
Thanks for any helpful information.
Dick Marcum