report query

S

Souris

It seems that the report run the query and onopen code while I open it for
design and save which takes a long time.

Are there any workaround for this?


Your help is great appreciated,
 
D

Duane Hookom

You could make a temporary table similar to your report's record source query
and use the table during the design phase. Once you have the report designed,
change the record source to your query.
 
Top