C
CevinMoses
Big question: Does filtering a report through a form speed up the process?
I have a report grouped on who the associate is so that each associate gets
the same report with just their information. The data is from an Access Join
query of 2 pass-through queries to an Oracle server, one of which is a Union
of 2 tables. Got all that?
When I filter the report through a form for only one associate, it seems
like I am still waiting for the queries to process the information for ALL of
the associates, then the filter causes the report to only give me that
information. Is this what's happening?
If so I will probably need help filtering the pass-through queries prior to
them launching. I know that there's a more efficient manner of doing this,
but I have been unable to accomplish the Join as part of my pass-through
queries, thus a lot of data crunching is being done on the client end.
I have a report grouped on who the associate is so that each associate gets
the same report with just their information. The data is from an Access Join
query of 2 pass-through queries to an Oracle server, one of which is a Union
of 2 tables. Got all that?
When I filter the report through a form for only one associate, it seems
like I am still waiting for the queries to process the information for ALL of
the associates, then the filter causes the report to only give me that
information. Is this what's happening?
If so I will probably need help filtering the pass-through queries prior to
them launching. I know that there's a more efficient manner of doing this,
but I have been unable to accomplish the Join as part of my pass-through
queries, thus a lot of data crunching is being done on the client end.