If you use crystal 8.5 developer and u use the Active X designer to add reports u could do the following in code to show a printer dialogue and then select which ever printer you want.
Make sure the the Crystal Reports 8.5 design and run time library is checked in your references in your vb project.
use the following code to call the printer dialogue.
vb code
----------
CrystalReport1.PrinterSetup Me.hWnd
----------
Hope thise helps.




Reply With Quote