Hello,
I am converting a standard access application that is setup with the data and application split. I have problems with the speed of the application due to the slower data link between buildings.
I have been successful in converting the data to MS sql server 2000, with all data access using direct sql calls to the sql server. I have setup all forms, listboxes, etc to use recordests, example: set me!list2.recordset = rst
This works great. My Question is: How do I set a report to use a recordset instead of accessing a local table, linked table, or query? I want to open a recordset then set the data source to use that recordset.
I currently use: Reports!RPT_name.RecordSource = me.openargs
where me.openargs is the query string I pass to the report.
Thanks in advance.
Dave
I am converting a standard access application that is setup with the data and application split. I have problems with the speed of the application due to the slower data link between buildings.
I have been successful in converting the data to MS sql server 2000, with all data access using direct sql calls to the sql server. I have setup all forms, listboxes, etc to use recordests, example: set me!list2.recordset = rst
This works great. My Question is: How do I set a report to use a recordset instead of accessing a local table, linked table, or query? I want to open a recordset then set the data source to use that recordset.
I currently use: Reports!RPT_name.RecordSource = me.openargs
where me.openargs is the query string I pass to the report.
Thanks in advance.
Dave