Are you familiar with VBA?
If so I would do it like this
DoCmd.OpenReport "Report Name", , , "[Unique ID Number on form] = forms![Form Name]![Form field that matches required unique ID nmuber on form]"
A real example of this would look something like this:
Private Sub cmdPrint_Click()...