C
Co9ug9ar
I have a report that does quite a few Dsums (with atleast 2 comparisons per
Dsum) that is based off a single general query. Doing all the sums and
comparisons takes a long time because there are about 3,000 records that
satisfy the query.
Would it be faster to create a bunch of smaller queries with tighter
criteria or does it not matter because either way all the comparisons are
done to the queries anyway?
Any suggestions, even possible different ways to run the reports, are
greatly appreciated.
-Keith
Dsum) that is based off a single general query. Doing all the sums and
comparisons takes a long time because there are about 3,000 records that
satisfy the query.
Would it be faster to create a bunch of smaller queries with tighter
criteria or does it not matter because either way all the comparisons are
done to the queries anyway?
Any suggestions, even possible different ways to run the reports, are
greatly appreciated.
-Keith