I have not done any work in Access for about 8 years and have been tasked with creating a simple form with a button to print the data on the form to a report. I have a print button on my form with this code behind.
Public Sub PrintReport()
Dim strWhere As String
If Me.Dirty Then 'Save...