printing is freezing sporadically

K

Kamal Hood

I have a problem with my label printer freezing from time to time when
printing out labels from my Access db. I am testing out a form that prints
out a record on a label after clicking a button. Things work great for a
while then, at some point, the label won't print and the printing freezes
(in the printer menu screen it shows that the print job is trying to print
but there's an error).

If I unplug the printer and power-on again things work fine.....for a while
and then it happens again. Does anybody know what this issue could be? Am I
filling up the printer memory or something??

Here's the only code i have in the button if it matters:
Application.Printer = Application.Printers(labelPrinter)
DoCmd.OpenReport rpProductLabels, acViewNormal, , "[PONum]=" &
thePONum
' Reset the application printer as the default.
Set Application.Printer = Nothing

thanks,
kamal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top