On my switchboard, i've placed a button to view a report.
The expression is as below.
Private Sub BooksbyAuthorbyYear_Click()
DoCmd.OpenReport "Author2"
End Sub
I receive a runtime error, telling me to install a printer first.
[my current compute is not connected to any printer]
How do...