Print Dialog Box

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top