Hello all,
Using the following command, is there any way to get the printer dialog to
open? I most packages, when you click print, it will open the printer
dialog, however Access sends the report without the dialog. I was hoping
there would be another option, other than acNormal, but there doesn't appear
to be:
DoCmd.OpenReport Forms!frmOpt.Form!RunName.Caption, acViewNormal
Thanks!
Andy