Right-click shortcut menu

S

Simon

How do I disable the normal shortcut menu that pops up
when I use the following code on a form on Mouse down
if (button = acrightbutton)then DoCmd.open form "form"

Thanks

Simon
 
A

Albert D. Kallal

In the forms "other" tab for the properties sheet, just set the short menu
option from "yes" to no.
 
Top