acViewNormal automatically prints report

G

G

DoCmd.OpenReport "rptSLA2col", acViewNormal

The above line automatically prints my report. Is there
some way to just have it come up in preview mode?
acprintpreview does the same thing.

G
 
F

fredg

DoCmd.OpenReport "rptSLA2col", acViewNormal

The above line automatically prints my report. Is there
some way to just have it come up in preview mode?
acprintpreview does the same thing.

G

DoCmd.OpenReport "rptSLA2col", acViewPreview
 
G

G

That worked, thanks!

-----Original Message-----


DoCmd.OpenReport "rptSLA2col", acViewPreview
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top