printing from specific tray

Y

yba

I have a report that I want to print to a different tray
than the default printer tray. Is there a way to
programmatically print to the forms tray, rather than
from the default one?

I'm using the following statement to print out the report
currently:

DoCmd.OpenReport "report_name", acNormal

I see the documentation for PrintOut method - that is the
closest thing I have found, but it doesn't allow the
selection of printer trays as far as I can tell.

Thanks,

yba
 
Top