O Osix Registered User. Local time Today, 11:04 Joined Feb 3, 2011 Messages 19 Mar 6, 2011 #1 I wan't to create button on form which displays PrintPreview. Can this be possible?
pbaldy Wino Moderator Staff member Local time Today, 01:04 Joined Aug 30, 2003 Messages 36,270 Mar 6, 2011 #2 Check out DoCmd.OpenReport in VBA help. If you want to restrict the report to particular records, here's one technique: http://www.baldyweb.com/wherecondition.htm
Check out DoCmd.OpenReport in VBA help. If you want to restrict the report to particular records, here's one technique: http://www.baldyweb.com/wherecondition.htm