View Full Version : Prevent Form Design


donbettis
11-06-2001, 12:25 PM
How does one take away the ability to edit a form by right clicking on it?

I am using "DoCmd.ShowToolbar "Form Design", acToolbarNo" on an On Open Event to take the menu bar away... However I still have the ability to right click and edit the form...

Thx...

Don

Travis
11-06-2001, 12:42 PM
Distribute it as an MDE vice an MDB file.

Rich
11-06-2001, 02:25 PM
Set shortcut menu to no on the forms property sheet

SteveA
11-06-2001, 03:07 PM
If you are planning to or have implemented access security you can control this via the security settings for each user.

If you need more info, please let me know.

HTH
SteveA

donbettis
11-06-2001, 06:04 PM
Thx to you all for the answers...