Hi,
I'm using Access 2010.
I've got a Form with a print button with the following code:
Private Sub prt2_Click()
Dim strWhere As String
If Me.Dirty Then 'Save any edits.
Me.Dirty = False
End If
If Me.NewRecord Then 'Check there is a record to print...