I get the following error when I execute my macro…
Run-time error ‘2202’
you must install a printer before you design, print or preview.
Ihave a simple macro which has a RunCode action which refers to the following module code…
Function OutputToBudgetSummary()
DoCmd.OutputTo acOutputReport, “Budget Summary Report”, acFormatRTF, “D:ReportsBudget_Summary” & Format(Date, “yyyymmdd”) & “.rtf”
End Function
Plus the strange thing is, it works fine on my machine, but when i try to execute this on the production server I get that message. Any ideas. I’d hate to have to install a printer to get this to work. Thanks beforehand!!!