I was kindly helped out here with a problem I had wanting to put a print button on a form so that it only prints the record on screen. The code I ended up with that works is as follows
Private Sub printbutton_Click()
DoCmd.OpenReport "rpt_each_property2", acPreview, ...