Print Dialog Box

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Hello,

I have a custom toolbar that displays whenever a report is viewed. One of
the buttons is to print but I need the Print Dialog box to show so users can
select a different printer rather than the default. I used "DoCmd.RunCommand
acCmdPrint" but when the user prints this it prints my main menu screen which
is open behind the scenes.

I think I need to add into the code to ues the DoCmd.RunCommand acCmdPrint
from the reports menu but I am unsure how to do this or indeed if this is the
correct answer.

Can anyone help?

Thank you.

Martin
 
Back
Top