MeldrethMan
Technical User
I need to give users the option of limiting the records sent for printing and this code works fine on a command button in the header.
DoCmd.OpenReport "rptCRBDue", acViewPreview, , "CRBDaysRemaining <= 60"
Trouble is the cursor then changes to zoom mode, either after printing or cancelling the print.
I'd also like to fix the report layout so a user can't change width, zoom, etc. Have set Auto Resize and Fit to Page to No, and Border Style to Dialog but these don't prevent changes.