J
Joe Williams
I know I have seen posts similar to this, but I cannot seem to find them.
Please accept my apology in advance
I have an access application linked to a SQlLbackend. Some of my queries
take forever to run, therefore I would like to use the power of SQL server
to run the query as a stored procedure and just return the recordset as the
datasource for a report.
I have code to pass parameters to a stored procedure and run it, but how do
I get the data back as a recordset that I can work with? (For instance, you
can set up an SQL view as a table in access, but I am not sure how to return
the recordset and assign it as the datasource for a report.
THanks
- joe
Please accept my apology in advance
I have an access application linked to a SQlLbackend. Some of my queries
take forever to run, therefore I would like to use the power of SQL server
to run the query as a stored procedure and just return the recordset as the
datasource for a report.
I have code to pass parameters to a stored procedure and run it, but how do
I get the data back as a recordset that I can work with? (For instance, you
can set up an SQL view as a table in access, but I am not sure how to return
the recordset and assign it as the datasource for a report.
THanks
- joe