I am transitioning from using Jet to SQL Server and a .adp file and T-SQL Stored Procedures. I would like to open a report from the form and refine the scope of the report. One way is to set the RecordSource for the report to select all items and in the Report_Open event set the filter from the controls on the form. All I really would like to be able to do is set the RecordSource dynamically in VBA while it is opening. I believe setting the filter actually processes the full set of data and then only displays the filtered set. Since this is being processed over the WAN I need to minimize information traveling over the network.
I set the parameters using a form so I would not want the user to be prompted again.
Any help would be appreciated.
---------------------
scking@arinc.com
---------------------
I set the parameters using a form so I would not want the user to be prompted again.
Any help would be appreciated.
---------------------
scking@arinc.com
---------------------