stopping right click on title bar from allowing users to go to design mode

neil27

Registered User.
Local time
Today, 14:55
Joined
Nov 20, 2012
Messages
14
Hi,

I am designing a profiling database for my school and want to make it so that when the children fill in the forms they can't right click on the title bar and see the menu which allows them to go to design mode and change my database form design. Ideally i want them only to be able to see the form on the screen and not be able to access any other commands. Does anyone know how to do this - ideally not using visual basic ( as I can't write much in it!).

Thanks
 
A form has a ShortcutMenu property, which you can set to false. Find it on the 'Other' tab of the form's property sheet in design view.
Cheers,
 

Users who are viewing this thread

Back
Top Bottom