mbentley
07-04-2003, 10:44 AM
I recently ran across an interesting problem. One of my users works off a computer with no printer installed. When trying to preview a report she got a 2202 error. Apparently you need a printer installed to preview a report. I had her install a "dummy"printer just to keep Access happy. Does anyone know of a workaround for this?
You've already used it ;)
mbentley
07-04-2003, 11:19 AM
:p I was hoping for something a little more programatically robust.
Pat Hartman
07-04-2003, 11:34 AM
The print preview is wysiwyg and needs certain printer parameters to work. The same problem may also happen with other Microsoft programs such as Word and Excel.
mbentley
07-04-2003, 11:40 AM
I suspected as much. Guess I'll just write an error trap to replace the cryptic Access error message. Thanks, guys, for your help.