disable right click

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
 
R

Rick Brandt

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.
 
T

Tony Toews [MVP]

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top