I have an access application.
I am calling on the OpenReport method of the DoCmd object to preview a report. I keep getting this error because I don't have a printer set up on the computer.
Is it impossible to preview an access report if you donot have a printer attached to the computer? The error number I get is 2202
here is my code
DoCmd.OpenReport "MonthlyReport", acViewPreview
Any suggestions would be appreciated.
Thanks
