the entry form would have a button to open the report.
The report query would look on the form for the record key , say: txtID
qry: select * from table where [id]=forms!fMyForm!txtID
then the report would open on the record currently shown:
docmd.OpenReport "rRpt",acViewPreview