Feb 23, 2001 #1 merlin72 Programmer Apr 18, 2000 50 US I want to use the the button on the right. What is the event or command. Regards Jim.
Feb 23, 2001 #2 fmbpcsup Technical User Jan 23, 2001 30 CA Try the mousedown event. Check the access help file for mousedown - event procedures to see information on the Button argument and how to use it. Upvote 0 Downvote
Try the mousedown event. Check the access help file for mousedown - event procedures to see information on the Button argument and how to use it.
Feb 23, 2001 #3 PaulF Technical User Jul 14, 2000 1,522 US shortcut menus are tied to the right mouse button. You might look into creating a custom shortcut menu that can be tied to your form. PaulF Upvote 0 Downvote
shortcut menus are tied to the right mouse button. You might look into creating a custom shortcut menu that can be tied to your form. PaulF
Feb 23, 2001 Thread starter #4 merlin72 Programmer Apr 18, 2000 50 US Thank you. Found it under mousedown,mouseup event - event procedures. I could not find anything on it when i looked it up earlier. Regards Jim. Upvote 0 Downvote
Thank you. Found it under mousedown,mouseup event - event procedures. I could not find anything on it when i looked it up earlier. Regards Jim.