| Argument | Description |
| printrange | One of the following intrinsic constants: |
| acPrintAll (default) acSelection acPages | |
| If you leave this argument blank, the default constant (acPrintAll) is assumed. | |
| pagefrom | A numeric expression that's a valid page number in the active form or datasheet. This argument is required if you specify acPages for the printrange argument. |
| pageto | A numeric expression that's a valid page number in the active form or datasheet. This argument is required if you specify acPages for the printrange argument. |
| printquality | One of the following intrinsic constants: |
| acDraft acHigh (default) acLow acMedium | |
| If you leave this argument blank, the default constant (acHigh) is assumed. | |
| copies | A numeric expression. If you leave this argument blank, the default (1) is assumed. |
| collatecopies | Use True (–1) to collate copies and False (0) to print without collating. If you leave this argument blank, the default (True) is assumed. |
DoCmd.PrintOut acPages, 1, 4, , 2