Can't get the print dialog box up from a modal form.

G

Greg Casper

I have a modal popup form which is my main menu. Via code, I have hidden the
database window so the only thing on the screen is this main menu form. One
of the buttons on the form generates a report via the docmd.openreport
command. In the "report open" section of the code behind the report, I have
a doCmd.RunCommand acCmdPrint, which SHOULD open the print dialog. It works
when I test it out in my mdb, but once I create the mde and run it, I get NO
dialog box!

HELP!!!
 
Top