Printing Reports in AC 2003 Hangs

Stoss

Registered User.
Local time
Today, 15:38
Joined
Nov 5, 2010
Messages
107
Hello all,

I was wondering if someone could help me with this.

I have some reports that won't print. If you send it to a printer or PDF it will just hang.

The reports come up just fine, they look great just won't print.

Thanks in advance,
-Stoss
 
Sounds more like a device issue than Access.

Is it a network printer or local? Have you tried printing to another printer?
 
Thanks for helping!

I found that it was formatting code that I put in. I put it in report formatting and for some reason, it would hang up the printing (printing to printer or PDF). So, I moved it to the activate event and everything seems to work fine now. Still not sure why the hang up, all I was doing was formating some text boxes through VBA.

Anyways, all better for now
Thanks,
-Stoss
 
The formatting was just too heavy handed. Next time put it in the Print event.
 

Users who are viewing this thread

Back
Top Bottom