You could open the report in Preview mode, and the Printer Select dialog
will appear when you select Print from the menu:
DoCmd.OpenReport "MyReport", acViewPreview

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
> Hi,
>
[quoted text clipped - 9 lines]
>
> Robert
Dennis - 03 Apr 2006 22:11 GMT
In one application, I populated a listbox with available printers from the
client's O/S. He selectes the desired printer, and the report is printed to
that printer via a VBA statement. No other selections are part of the dialog
(page setup, etc). JUST the printer name.
> You could open the report in Preview mode, and the Printer Select dialog
> will appear when you select Print from the menu:
[quoted text clipped - 14 lines]
> >
> > Robert