Jan 31, 2006 #1 tbiceps IS-IT--Management Joined Nov 23, 2005 Messages 106 Location US Does anyone know if the right mouse click activity of the mouse control be duplicated using VBA code? Any ideas?
Does anyone know if the right mouse click activity of the mouse control be duplicated using VBA code? Any ideas?
Feb 2, 2006 #2 jkl0 Technical User Joined Oct 12, 2005 Messages 143 Location US You can use the ShortcutMenuBar property to specify the shortcut menu that will appear when you right-click on a form, report, or control on a form. Look under HELP (ShortcutMenuBar). Upvote 0 Downvote
You can use the ShortcutMenuBar property to specify the shortcut menu that will appear when you right-click on a form, report, or control on a form. Look under HELP (ShortcutMenuBar).