Hey there..
I wanted to create a print button that would print the report of the current form. I used allen browne's code
Private Sub cmdPrint_Click()
Dim strWhere As String
If Me.Dirty Then 'Save any edits.
Me.Dirty = False
End If
If Me.NewRecord Then 'Check...