disable right click

  • Thread starter Thread starter Khartoum
  • Start date Start date
K

Khartoum

I can disable the right click function on forms by setting the shortcut menu
to false, is there a similar way with queries and reports without having to
use code
thanks John
 
Khartoum said:
I can disable the right click function on forms by setting the
shortcut menu to false, is there a similar way with queries and
reports without having to use code
thanks John

You could disable ALL built in menus and then provide custom ones only where
you want them.
 
Khartoum said:
I can disable the right click function on forms by setting the shortcut menu
to false, is there a similar way with queries and reports without having to
use code

Unless in very specific situations I don't recommend letting users
view queries directly. And if I did I'd set the DataMode parameter to
acReadOnly.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Back
Top