I have a report that runs off of an ado recordset that gets a query passed from VB. The query is created off of a temp table that is created by 2 other queries that sums various values from 2002 and 2001 (one query does 2001 into temp, the other 2002 into temp2, and the final one joins them). This report takes about a minute or so to load, and this isn't with my small test amount of data.
My question is, would it be faster to pass all the records to crystal and do about 50 running totals, each of which will be printed (because of grouping) about 3 times.
Any suggestions?
Earme
My question is, would it be faster to pass all the records to crystal and do about 50 running totals, each of which will be printed (because of grouping) about 3 times.
Any suggestions?
Earme