I'm running a pass-through query in Access that executes a stored procedure. However the Stored procedure has multiple record sets(5). When the query is ran it only displays the first Record set, how do I display all of them?
Here is the exec stored procedure code for the pass-through query. The stored procedure also has a View parameter in the ' '
exec [STORED PROCEDURE NAME] 'view2011humors '
Is the only way to go about this using VBA? I feel like you should just be able to display it all.
Here is the exec stored procedure code for the pass-through query. The stored procedure also has a View parameter in the ' '
exec [STORED PROCEDURE NAME] 'view2011humors '
Is the only way to go about this using VBA? I feel like you should just be able to display it all.
Comment