DoCmd.OpenReport
"rpt_risktype", , , "Risk = '" & Me.Risk & "'"
Ok. This is way over my head but I'm trying to understand.
I've read and re-read the link and the example posted ( thanks for both ) and came up with the above.
The report name is correct, 'Risk' refers to the identifying...