I have a query which powers a form and a report. The query has a parameter requiring the user to enter [fieldname]. I want to put a command or macro button on the form which takes them straight to a print preview of the report, but I don't want them to have to enter the [fieldname] again - which is what happens with a OpenReport macro. I tried putting a "where condition" in the OpenReport Macro of [fieldname]=Forms![formname]![fieldname] but that did not work.