I use custom shortcut menus for all of my reports.
Take a look at mod_Menus in the attached.
In the Report Open event, I call MenuReport, which builds the shortcut menu, and then assign the ShortcutMenuBar to "MyReportMenu"
This menu has options for Print, Save as PDF, Send as PDF, and Close. The ones I use usually have other options as well, Export to Excel, and several others, but those all involve a little more code and I don't have the time to pull those into this sample db at the moment ReportMenu.accdb
Take a look at mod_Menus in the attached.
In the Report Open event, I call MenuReport, which builds the shortcut menu, and then assign the ShortcutMenuBar to "MyReportMenu"
This menu has options for Print, Save as PDF, Send as PDF, and Close. The ones I use usually have other options as well, Export to Excel, and several others, but those all involve a little more code and I don't have the time to pull those into this sample db at the moment