Hello All,
Im looking for the code to put behind a button on a report to show a print preview.
I know the code to print a report, (this is not what I am asking).
Thanks in advance,
Luke
Hello All,
Im looking for the code to put behind a button on a report to show a print preview.
I know the code to print a report, (this is not what I am asking).
Thanks in advance,
Luke
If you look in help at OpenReport, you should see the argument that controls that.
Hi
you could try this
DoCmd.OpenReport "Invoice", acViewPreview, "", "", acNormal
steve
Thanks Steve, I knew it was something simple.
Perfect.