Hi,
Does anybody know the VB code for the PrintOut Action i can use in ms access?
is a no brainer, but how do i go from here to specifying:
Print Range
Page From
Page To
Print Quality
Copies
Copies Collated
An example would be nice :)
Thanks
Does anybody know the VB code for the PrintOut Action i can use in ms access?
Code:
DoCmd .printout
Print Range
Page From
Page To
Print Quality
Copies
Copies Collated
An example would be nice :)
Thanks
Comment