Hi there,
I'm new to adp and SQL databases.
I've created 3 stored procedures that all have 2 input parameters that I will pass across from vba code. I want to use the results from these stored procedures in a "query" where I can use RIGHT JOIN from one result to the other two.
In an mdb database I would have had 3 queries as input to a new query.
Could anyone advise me as to how I go about this in an adp? Is it somehow possible to use the results of the 3 stored procedure in an stored procedure that will output the required results? Do I need to store the result from the stored procedures into temp tables? I hope not.
Cheers
Stable
I'm new to adp and SQL databases.
I've created 3 stored procedures that all have 2 input parameters that I will pass across from vba code. I want to use the results from these stored procedures in a "query" where I can use RIGHT JOIN from one result to the other two.
In an mdb database I would have had 3 queries as input to a new query.
Could anyone advise me as to how I go about this in an adp? Is it somehow possible to use the results of the 3 stored procedure in an stored procedure that will output the required results? Do I need to store the result from the stored procedures into temp tables? I hope not.
Cheers
Stable