View Full Version : "Formatting page, press ctrl+Break to stop"


Lmens
09-02-2010, 07:54 AM
Hello,
I have a report based on a UNION query. The report has DSum() and DLookup() functions. The query works fine, but when I run the report it just hangs on "Formatting Page press Ctrl + Break to stop". Cheers for any help!Thank you.

boblarson
09-02-2010, 09:16 AM
You just have to wait long enough. Putting a bunch of domain aggregates and then into a union query is sure enough to slow your stuff down to breakneck "snail speed." Especially if you have any code, groupings, etc. on the report.

Lmens
09-02-2010, 10:07 AM
Thank you Bob.