i have typed in:
DoCmd.OpenReport "report1", , , "ROLL_FORM= " & Me.WORK_ORDER_ID
Report1 is the report i want to print, ROLL FORM is the form i type into and Work ORDER is the unique value im referencing. when i click my command button it prints all pages.