use code:
docmd.openreport "Reportname",, acViewPreview,,[fieldname] = Forms![formname]![controlname on form]
The fieldname argument is the name of a field in the underlying table or query of the report you want to open. The controlname on form argument is the name of the control on the form...