G
Guest
I am running a report in Access 97 from VBA like this:
DoCmd.OpenReport "rptTGrantsAwardLetter", acViewPreview
Printing from this preview sometimes prints 2 or more copies of the report.
The copies are set to 1 in the printer dialog. This behaves the same on
several different printers. I tried printing directly with:
DoCmd.OpenReport "rptTGrantsAwardLetter", acViewNormal
but this seems to print multiple copies more often.
DoCmd.OpenReport "rptTGrantsAwardLetter", acViewPreview
Printing from this preview sometimes prints 2 or more copies of the report.
The copies are set to 1 in the printer dialog. This behaves the same on
several different printers. I tried printing directly with:
DoCmd.OpenReport "rptTGrantsAwardLetter", acViewNormal
but this seems to print multiple copies more often.