J
Joanne Buss
I was trying to print my reports thru a macro, but cannot choose
acHigh (which is crucial here) so I decided to write some code, but
now it is wanting to printout my report, then some extras.
Here is what I tried:
DoCmd.OpenReport "rptReportName", acViewNormal, acSelection, , achigh
this code wants to print out way more than just the report, (I
didn't let it keep printing to find out how far it was going to go)
so I tried this:
DoCmd.OpenReport "rptReportName", acViewNormal, acPages 1, 2, achigh
this prints out my 2 page report, then gives me first 2 pages of
the database.
Could someone tell me how to limit the printout to only the report
named and still be able to choose the print quality. Thanks a heap.
Joanne
acHigh (which is crucial here) so I decided to write some code, but
now it is wanting to printout my report, then some extras.
Here is what I tried:
DoCmd.OpenReport "rptReportName", acViewNormal, acSelection, , achigh
this code wants to print out way more than just the report, (I
didn't let it keep printing to find out how far it was going to go)
so I tried this:
DoCmd.OpenReport "rptReportName", acViewNormal, acPages 1, 2, achigh
this prints out my 2 page report, then gives me first 2 pages of
the database.
Could someone tell me how to limit the printout to only the report
named and still be able to choose the print quality. Thanks a heap.
Joanne