MS Access Disable Right Click on Specific Text Box -
i'm using access 2013 , have created custom right click menu copy\cut paste (as deployed users using runtime , doesn't exist out of box). however, within form need disable custom right click 1 specifc text box - possible?
thanks,
michael
its ok worked out.
for on enter event added:
shortcutmenu = false
and lost focus event added:
shortcutmenu = true
Comments
Post a Comment