What do I need to do to enable or disable the Print option in the File Menu when displaying a report in Preview mode.
Here's what is happening. I am displaying a report with the following code:
DoCmd.OpenReport "rptPictures", acViewPreview, , strWhere
When I go to the File Menu and try to print the report, the Print option is disabled. Now the curious thing is that I can still right-click on the report and select the Print Option from there. This is the only report in the application that has the Print disabled, so I assume that it is something that has been set up specifically for this report, but I haven't found the spot where I can enable it again.
Any help is appreciated.
Thanks,
Carey
Here's what is happening. I am displaying a report with the following code:
DoCmd.OpenReport "rptPictures", acViewPreview, , strWhere
When I go to the File Menu and try to print the report, the Print option is disabled. Now the curious thing is that I can still right-click on the report and select the Print Option from there. This is the only report in the application that has the Print disabled, so I assume that it is something that has been set up specifically for this report, but I haven't found the spot where I can enable it again.
Any help is appreciated.
Thanks,
Carey