R
Randal
I have a query that summarizes data from several different sources and puts
it in a summary table. A subsequent select query creates a grand total and
is used in a third query that give percent of total by category with a sub
query to display only the top 10 for each category. This third query also
makes a table, because it is so slow to open it with a report. Is there a
good rule of thumb as to when it is most efficient to use a make table query
vs. a select query?
it in a summary table. A subsequent select query creates a grand total and
is used in a third query that give percent of total by category with a sub
query to display only the top 10 for each category. This third query also
makes a table, because it is so slow to open it with a report. Is there a
good rule of thumb as to when it is most efficient to use a make table query
vs. a select query?