Shortcut menus on a report are not available in runtime mode...
I want the user to have ability to email a report...
Ive created a new "reports" toolbar with a "Send To: Mail recipient" command on it and inserted this code into the Open Event of the main switchboard:
Application.CommandBars("Reports").Enabled = True
when I open the database the "reports" toolbar is available, however the "Send To:" command is not...
any suggestions...Thanks
I want the user to have ability to email a report...
Ive created a new "reports" toolbar with a "Send To: Mail recipient" command on it and inserted this code into the Open Event of the main switchboard:
Application.CommandBars("Reports").Enabled = True
when I open the database the "reports" toolbar is available, however the "Send To:" command is not...
any suggestions...Thanks