Hello, I want to disable the ability to print a report and only allow theuser to preview the report. How do I disable the ctrl + P functionalityonce a report is open.ThanksDon
|
|
0
|
|
|
|
Reply
|
Don
|
3/10/2007 11:32:32 PM |
|
A macro named AutoKeys, the ^P in the Macro Name column and in innocuous action such as Beep might do it. (That's 2 characters: Shift+6 for the caret, followed by P.)Of couse, you will need custom menus and toolbars as well.-- Allen Browne - Microsoft MVP. Perth, Western AustraliaTips for Access users - http://allenbrowne.com/tips.htmlReply to group, rather than allenbrowne at mvps dot org."Don" <dons100@ameritech.net> wrote in messagenews:keHIh.3407$yW.3214@newssvr11.news.prodigy.net...> Hello, I want to disable the ability to print a report and only allow the> user to preview the report. How do I disable the ctrl + P functionality> once a report is open.
|
|
0
|
|
|
|
Reply
|
Allen
|
3/11/2007 3:33:48 AM
|
|