Formatting Page - Press CTRL+BREAK to stop - NO subreports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Have Access 2002 dB with reports based on queries, and VBA form to access
reports. When attempt to preview some reports, report hangs, shows only
"Formatting Page - Press CTRL+BREAK to stop". Report never displays, and
Access hangs. Recordsets being returned are only 125 records, so not overly
large. Found this on MS, but not a case of large recordsets here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;824181. Saw other
posting with this error message, but am not using subreports.
 
Gina M said:
Have Access 2002 dB with reports based on queries, and VBA form to access
reports. When attempt to preview some reports, report hangs, shows only
"Formatting Page - Press CTRL+BREAK to stop". Report never displays, and
Access hangs. Recordsets being returned are only 125 records, so not overly
large. Found this on MS, but not a case of large recordsets here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;824181. Saw other
posting with this error message, but am not using subreports.


The only time I've seen that is when cancelling a group
header section the has it's RepeatSection property set to
yes.
 
Back
Top