I've been using the same DB's for years, and a few of them generate exception reports that are usually blank. So I have been using the simple code
Private Sub Report_NoData(Cancel As Integer)
Cancel = True
End Sub
The last 2 weeks, something changed. I get this MBox "Microsoft Access can't Print your Object. Make sure that the specified printer is available"
The report is set to the default printer. The printers haven't changed. I've tried changing printers, then changing back. And it happens on 2 seperate machines with 2 seperate default printers.
Any ideas?
Private Sub Report_NoData(Cancel As Integer)
Cancel = True
End Sub
The last 2 weeks, something changed. I get this MBox "Microsoft Access can't Print your Object. Make sure that the specified printer is available"
The report is set to the default printer. The printers haven't changed. I've tried changing printers, then changing back. And it happens on 2 seperate machines with 2 seperate default printers.
Any ideas?