AcPrintRange Enumeration

Access Developer Reference

Used with the PrintOut method to specify the range to print.

Name Value Description
acPages 2 A specific range of pages will be printed. Use the PageFrom and PageTo arguments to specify the range of pages to print.
acPrintAll 0 Prints all of the object.
acSelection 1 Prints the selected part of the object.