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

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -