Print preview

rosari

Registered User.
Local time
Tomorrow, 06:42
Joined
Oct 11, 2007
Messages
10
Is there a way in forms to choose print preview by code instead of printing?
Thank you
 
Of a form, or report?

DoCmd.OpenForm "frmName", acPreview, , "Criteria Here"
DoCmd.OpenReport "rptName", acViewPreview, , "Criteria Here"

Dave
 
Its for a form thanks alot
 

Users who are viewing this thread

Back
Top Bottom