This code opens Print Preview in less than 50% which is not easy to read
kindly help to open it in 100% view by default.
Code:
DoCmd.OpenReport "rptCm", acViewPreview, , "C_NO like '*" & TXTCNO & "*'"
Comment