Allowing right click commands to copy and paste

M

mmatzke

I want to allow my users to right click and be able to copy and paste, but I
cannot allow them to use the design function. Is this possible?

(Right now I have turned off the right click option, but my users don’t like
having to use control/c and control/v)
 
R

Rick Brandt

I want to allow my users to right click and be able to copy and
paste, but I cannot allow them to use the design function. Is this
possible?

(Right now I have turned off the right click option, but my users
don't like having to use control/c and control/v)

Create your own shortcut menu that has only what you want on it and assign
that to your form using the Shortcut Menu property of the form.
 
J

James

Hi

You could always distibute your application as an MDE which will not
allow design changes to forms/reports etc

James
 
B

brytank44

I had the same problem and figured it out. Go to Tools and Startup. Unde menu
bar, just click on "Allow Default Shortcut Menus".
 
Top