Feb 23, 2001 #1 merlin72 Programmer Joined Apr 18, 2000 Messages 50 Location 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 Joined Jan 23, 2001 Messages 30 Location 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 Joined Jul 14, 2000 Messages 1,522 Location 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 Joined Apr 18, 2000 Messages 50 Location 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.