Hi,
I'm using the MouseDown event in a textbox to run some code
from a right click.
I'd like to cancel the right click menu and was using
DoCmd.CancelEvent
but this isn't working reliably. It's hard to check as you can't step F8 with
the menu present.
Is there another way? My code is working as desired but manually
clearing the menu isn't the best.
Thanks - Kirk
I'm using the MouseDown event in a textbox to run some code
from a right click.
I'd like to cancel the right click menu and was using
DoCmd.CancelEvent
but this isn't working reliably. It's hard to check as you can't step F8 with
the menu present.
Is there another way? My code is working as desired but manually
clearing the menu isn't the best.
Thanks - Kirk