Put this behind the on click - event procedure -
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "report name"
stLinkCriteria = "[label of autonumber]=" & Me![label of autonumber]
DoCmd.OpenReport stDocName, , , stLinkCriteria
This prints...