R
Rob
Hi,
There are several TEMP tables in my Access database that have essentially
the same fields, but are used to support different reports. Each table is
emptied and recalculated each time the corresponding report is run. Would
there be any performance advantage if I consolidated these tables into just
one TEMP table to support all the reports?
I know the process of generating a report wouldn’t change at all, but my
database would have fewer objects and the database size would be smaller…
Also, I could conceivably reduce the number of queries by using VBA to feed
specify query parameters- would this make a difference?
There are several TEMP tables in my Access database that have essentially
the same fields, but are used to support different reports. Each table is
emptied and recalculated each time the corresponding report is run. Would
there be any performance advantage if I consolidated these tables into just
one TEMP table to support all the reports?
I know the process of generating a report wouldn’t change at all, but my
database would have fewer objects and the database size would be smaller…
Also, I could conceivably reduce the number of queries by using VBA to feed
specify query parameters- would this make a difference?