So using this code:
I bring up the printer dialog box. Problem is, when I click "Print," nothing happens.
Am I supposed to put some code in to make it print, or does anyone have an suggestions?
-------------------------
Just call me Captain Awesome.
Code:
DoCmd.OpenReport "rptPalm_Review_e", acViewPreview
[Forms]![frmPalmSelect]![cdialog].ShowPrinter
Am I supposed to put some code in to make it print, or does anyone have an suggestions?
-------------------------
Just call me Captain Awesome.